GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : RepeatWith Property |
Gets or sets the name of the DataRegion with which the report item is repeated if that data region spans multiple pages.
'Declaration Public Property RepeatWith As System.String
public System.string RepeatWith {get; set;}
A String indicating the name of the DataRegion with which the report item is repeated if that data region spans multiple pages.
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.