Skip to main content

IConfigureReportPageSettingsPageView.PaperWidth Property

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

NuGet Package: DevExpress.Reporting.Core

Declaration

float PaperWidth { get; set; }

Property Value

Type
Single
See Also