Back to Devexpress

TcxTreeListReportLinkOptionsView Class

vcl-dxpscxtllnk-9f7ce59f.md

latest3.6 KB
Original Source

TcxTreeListReportLinkOptionsView Class

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

Declaration

delphi
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.

Inheritance

TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsView TdxCustomTableControlReportLinkOptionsView TcxTreeListReportLinkOptionsView

See Also

TcxTreeListReportLinkOptionsView Members

dxPScxTLLnk Unit