HeadingFormat Property (RowFormat)
In This Topic
Gets or sets whether the current table row shall be repeated at the top of each new page on which part of this table is displayed.
This gives this table row the behavior of a 'header' row on each of these pages.
This property can be applied to any number of rows at the top of the table structure in order to generate multi-row table headers.
Syntax
'Declaration
Public Property HeadingFormat As System.Boolean
public System.bool HeadingFormat {get; set;}
See Also