Skip to main content

TcxTreeListReportLinkOptionsExpanding Class

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

Declaration

TcxTreeListReportLinkOptionsExpanding = class(
    TdxCustomReportLinkOptionsExpanding
)

Remarks

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.

See Also