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

ReportModel.PaperSize Property

Specifies the report’s paper size (measured in Document units). This can only be set if the PaperKind property is set to Custom.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public SizeF PaperSize { get; set; }

Property Value

Type Description
SizeF

A SizeF object.

See Also