Skip to main content

TdxCustomTableControlReportLinkOptionsView.BandHeaders Property

Specifies whether band headers are displayed in a report.

Declaration

property BandHeaders: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the BandHeaders property to True to display band headers in a report. Otherwise, band headers won’t be displayed. The OptionsOnEveryPage.BandHeaders property controls whether band headers are displayed on each report page or only the first page.

The BandHeaders property’s default value is True.

See Also