ActiveReports 9
RepeatWith Property

Gets or sets the name of the DataRegion with which the report item is repeated if that data region spans multiple pages.

Syntax
'Declaration
 
Public Property RepeatWith As System.String
public System.string RepeatWith {get; set;}

Property Value

A String indicating the name of the DataRegion with which the report item is repeated if that data region spans multiple pages.

Remarks

The DataRegion must be in the same ReportItemsCollection as the ReportItem.

Since a DataRegion is not allowed in a page header or footer, RepeatWith is not usable inside a page header or footer.

Repetition is not allowed if the report item is a DataRegion, a Subreport, or a Rectangle that contains a DataRegion or Subreport.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportItem Class
ReportItem Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum