Skip to main content

TcxTreeListCustomReportLink.OptionsView Property

Options that determine which TreeList control’s elements should be displayed within the report.

Declaration

property OptionsView: TcxTreeListReportLinkOptionsView read; write;

Property Value

Type
TcxTreeListReportLinkOptionsView

Remarks

The OptionsView property specifies which elements of the TreeList control should be displayed within the report.

  • The BandHeaders property determines whether the band headers of the TreeList control are displayed within the report. Note that the OptionsOnEveryPage.BandHeaders property has no effect when the BandHeaders property is set to False.

  • The Borders property specifies whether the border of the TreeList control is displayed within the report.

  • The ExpandButtons property determines whether the expand buttons of the TreeList control are displayed within the report.

  • The Footers property indicates whether the footer of the TreeList control is displayed within the report. Note that the OptionsOnEveryPage.Footers property has no effect when the Footers property is set to False.

  • The Headers property specifies whether the column headers of the TreeList control are displayed within the report. Note that the OptionsOnEveryPage.Headers property has no effect when the Headers property is set to False.

  • The TreeLines property determines whether the tree lines of the TreeList control are displayed within the report.

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