Skip to main content

TdxCustomTableControlReportLinkOptionsView.Headers Property

Specifies whether column headers are displayed in a report.

Declaration

property Headers: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Headers property to True to display column headers in a report. Otherwise, column headers won’t be displayed. The OptionsOnEveryPage.Headers property controls whether column headers are displayed on each report page.

The Headers property’s default value is True.

See Also