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