Gets or sets the name of the DataRegion with which the report item is repeated if that data region spans multiple pages.
| Visual Basic (Declaration) | |
|---|---|
Public Property RepeatWith As String | |
| C# | |
|---|---|
public string RepeatWith {get; set;} | |
Return Value
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.