ConfigureReportPageSettingsPage.PaperWidth Property
Specifies the paper width (measured in the units defined by the Unit property). This can only be set if the PaperKind property is set to Custom.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnPaperWidthChanged")]
public virtual float PaperWidth { get; set; }
Property Value
Type | Description |
---|---|
Single | A Single value that specifies the paper width. |
See Also