Skip to main content

TcxTreeListReportLinkOptionsSize Class

Options determining how the TreeList control is sized within the report.

Declaration

TcxTreeListReportLinkOptionsSize = class(
    TdxCustomReportLinkOptionsSize
)

Remarks

The TcxTreeListReportLinkOptionsSize class defines the options that determine if the TreeList control’s width is automatically adjusted to accommodate the printed page width. To enable automatic width adjustment set the AutoWidth property to True, to disable it set the property to False.

Note that the property values of OptionsPagination.Band and OptionsPagination.Column have no effect upon the report and the TreeList control is not horizontally split across the report pages if the AutoWidth property is set to True.

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

See Also