Skip to main content

TAbstractdxGridReportLink.AutoWidth Property

Specifies whether the report’s width is automatically adjusted to match the page’s width.

Declaration

property AutoWidth: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the AutoWidth property to True to enable automatic adjustment of the report’s width up to the width of the page. This results in the width of the grid control’s columns in the report being adjusted proportionally to their original values (except for fixed columns). When the AutoWidth property is set to False the report’s width remains the same as the grid control’s current width.

The default value of the AutoWidth property is False.

See Also