Skip to main content

ConfigureReportPageSettingsPageView.PaperWidth Property

Specifies the paper width (measured in report units defined by the Unit property). This can only be set if the PaperKind property is set to Custom.

Namespace: DevExpress.XtraReports.Wizards.Views

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public float PaperWidth { get; set; }

Property Value

Type Description
Single

A Single value that specifies the paper width.

Implements

See Also