Skip to main content

TcxTreeListCustomReportLink.OptionsExpanding Property

Options defining how nodes with child nodes are displayed in the report.

Declaration

property OptionsExpanding: TcxTreeListReportLinkOptionsExpanding read; write;

Property Value

Type
TcxTreeListReportLinkOptionsExpanding

Remarks

Use the OptionsExpanding property to tell the TreeList report link whether the nodes should be expanded in the report. Setting the TcxTreeListReportLinkOptionsExpanding.AutoExpandNodes property to True prints the TreeList control with all the nodes expanded but does not affect their state. On the other hand, the TcxTreeListReportLinkOptionsExpanding.ExplicitlyExpandNodes property forces nodes to be expanded.

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

See Also