Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also