TcxTreeListCustomReportLink.OptionsExpanding Property
In This Article
Options defining how nodes with child nodes are displayed in the report.
#Declaration
Delphi
property OptionsExpanding: TcxTreeListReportLinkOptionsExpanding read; write;
#Property Value
Type |
---|
Tcx |
#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