Skip to main content
A newer version of this page is available. .

ReportModel.AdjustFieldWidth Property

Specifies whether or not the data fields’ content should affect the width of corresponding report controls.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

true to adjust the field width; otherwise false.

See Also