TcxTreeListCustomReportLink.OptionsSize Property
Options determining how the TreeList control is sized within the report.
Declaration
property OptionsSize: TcxTreeListReportLinkOptionsSize read; write;
Property Value
Type |
---|
TcxTreeListReportLinkOptionsSize |
Remarks
The OptionsSize property determines whether the TreeList control width is automatically adjusted to accommodate the printed page width. To enable automatic width adjustment set the TcxTreeListReportLinkOptionsSize.AutoWidth property to True, to disable it set the property to False.
Note that the property values of TcxTreeListReportLinkOptionsPagination.Band and TcxTreeListReportLinkOptionsPagination.Column have no effect upon the report and the TreeList control is not split horizontally across the report pages if the TcxTreeListReportLinkOptionsSize.AutoWidth or TBasedxReportLink.ShrinkToPageWidth is property True.
After changing options you can always restore their default values using the RestoreDefaults method.