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

PaperKindItem.SizeInReportUnits Property

Indicates the paper size, as measured in report units.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public Size SizeInReportUnits { get; }

Property Value

Type Description
Size

A Size structure.

See Also