Skip to main content

TcxTreeListReportLinkOptionsOnEveryPage Class

Represents the options which define the layout of the TreeList‘s elements within the report.

Declaration

TcxTreeListReportLinkOptionsOnEveryPage = class(
    TdxCustomTableControlReportLinkOptionsOnEveryPage
)

Remarks

The TcxTreeListReportLinkOptionsOnEveryPage class contains options that determine whether the fixed TreeList elements such as bands headers, column headers and footer panel appear on every report page or just once within the report.

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

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

The 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 (see the Headers property) while band headers on every page are disabled via the BandHeaders property and the band headers are enabled via the TcxTreeListReportLinkOptionsView.BandHeaders property.

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

See Also