Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

true to adjust the field width; otherwise false.

See Also