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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
SizeF | A SizeF object. |
See Also