Skip to main content
A newer version of this page is available. .

ConfigureReportPageSettingsPage.PaperHeight Property

Specifies the paper height (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.v18.2.dll

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnPaperSizeChanged")]
public virtual float PaperHeight { get; set; }

Property Value

Type Description
Single

A Single value that specifies the paper height.

See Also