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

ConfigureReportPageSettingsPageView.PaperHeight Property

Specifies the paper height (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.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public float PaperHeight { get; set; }

Property Value

Type Description
Single

A Single value that specifies the paper height.

Implements

See Also