TdxCustomTableControlReportLinkOptionsOnEveryPage.Headers Property
Determines whether column headers are displayed on each report page or on the first page only.
Declaration
property Headers: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the Headers property to True to have column headers (if shown) be displayed on each report page. Otherwise, column headers will be displayed on the first report page only. The overall visibility of column headers within a report is determined by the OptionsView.Headers property.
The Headers property’s default value is True.
See Also