Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TAbstractdxGridReportLink.AutoWidth Property

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

#Declaration

Delphi
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