Skip to main content

ChooseReportLayoutPageView.AdjustFieldWidth Property

Specifies the state of the Adjust the field width check box.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool AdjustFieldWidth { get; set; }

Property Value

Type Description
Boolean

true, to activate the check box; otherwise, false.

Implements

See Also