Skip to main content

TcxTreeListReportLinkOptionsFormatting Class

Represents the options which define the TreeList‘s appearance in the report.

Declaration

TcxTreeListReportLinkOptionsFormatting = class(
    TdxCustomReportLinkOptionsFormatting
)

Remarks

The TcxTreeListReportLinkOptionsFormatting object contains options which control the general TreeList appearance in a report.

This includes:

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

See Also