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.

See Also

Reference

ReportItem Class
ReportItem Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum