Skip to main content

TcxTreeListReportLinkOptionsOnEveryPage.Headers Property

Specifies whether the TreeList column headers appear on every report page

Declaration

property Headers; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Headers property to True to print column headers on every report page and to False to print them only on the first page.

You can control the presence of column headers within the report via the OptionsView.Headers property.

Note that it is impossible to enable TreeList column headers on every page (see the Headers property) while band headers on every page are disabled via the BandHeaders property and the band headers are enabled via the OptionsView.BandHeaders property.

The default value of the Headers property is True.

See Also