Skip to main content

TcxTreeListReportLinkOptionsView Class

Options determining which TreeList control’s elements should be displayed within a report.

Declaration

TcxTreeListReportLinkOptionsView = class(
    TdxCustomTableControlReportLinkOptionsView
)

Remarks

The TcxTreeListReportLinkOptionsView class contains options that specify which elements of the TreeList control should be displayed within the report.

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

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

See Also