TcxTreeListReportLinkOptionsOnEveryPage.BandHeaders Property
Specifies whether the TreeList band headers appear on every report page
Declaration
property BandHeaders; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the BandHeaders property to True to print band headers on every report page and to False to print them only on the first page.
You can control the band headers presence within the report via the OptionsView.BandHeaders property.
The default value of the BandHeaders property is True.
See Also