ActiveReports Developer 7
RepeatOnNewPage Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableHeaderFooterRows Interface : RepeatOnNewPage Property

Glossary Item Box

Indicates if these rows should be repeated on each page that the table or group is displayed on.

Syntax

Visual Basic (Declaration) 
ReadOnly Property RepeatOnNewPage As System.Boolean
C# 
System.bool RepeatOnNewPage {get;}

See Also