RepeatOnNewPage Property (ITableHeaderFooterRows)
In This Topic
Gets a value indicating whether these rows should be repeated on each page that the table or group is displayed on.
Syntax
'Declaration
ReadOnly Property RepeatOnNewPage As Boolean
bool RepeatOnNewPage {get;}
Property Value
A
System.Boolean value.
true
if the rows should be repeated on each page; otherwise,
false
.
See Also