Skip to main content

TcxTreeListCustomReportLink.OptionsOnEveryPage Property

Options defining the fixed TreeList elements layout within the report.

Declaration

property OptionsOnEveryPage: TcxTreeListReportLinkOptionsOnEveryPage read; write;

Property Value

Type
TcxTreeListReportLinkOptionsOnEveryPage

Remarks

The OptionsOnEveryPage property is used to determine whether the fixed TreeList elements such as band headers, column headers and the footer panel appear on every report page or only once within the report.

The OptionsOnEveryPage.BandHeaders property determines whether TreeList band headers appear on every report page.

The OptionsOnEveryPage.Headers property determines whether TreeList column headers appear on every report page.

The OptionsOnEveryPage.Footers property determines whether the TreeList footer panel appears on every report page.

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

After changing options you can always restore their default values using the RestoreDefaults method.

See Also