Skip to main content

TdxGridReportLinkOptionsSize.AutoWidth Property

Specifies whether the Grid control width is automatically adjusted to fit the report page width.

Declaration

property AutoWidth; default False;

Property Value

Type Default
Boolean False

Remarks

To enable automatic width adjusting set the AutoWidth property to True, to disable it set the property to False.

Note that the TcxTreeListReportLinkOptionsPagination.Band and TdxGridReportLinkOptionsPagination.Column properties values have no effect upon the report and the Grid control is not horizontally split across the report pages if the AutoWidth or TBasedxReportLink.ShrinkToPageWidth property is True.

The default value of the AutoWidth property is False.

See Also