vcl-dxpscxtllnk-61bc6312.md
Options defining how nodes with child nodes are displayed in the report.
TcxTreeListReportLinkOptionsExpanding = class(
TdxCustomReportLinkOptionsExpanding
)
The TcxTreeListReportLinkOptionsExpanding class contains options that specify how nodes with child nodes are displayed in the report.
Setting the AutoExpandNodes property to True prints the TreeList control nodes as expanded without affecting their state. On the other hand, the ExplicitlyExpandNodes property forces nodes to be expanded.
After changing options you can always restore their default values using the RestoreDefaults method.
TObject TPersistent TdxCustomReportLinkOptions TdxCustomReportLinkOptionsExpanding TcxTreeListReportLinkOptionsExpanding
See Also