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

IConfigureReportPageSettingsPageView.PaperKind Property

If implemented, specifies the standard paper sizes for the report.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

PaperKind PaperKind { get; set; }

Property Value

Type Description
PaperKind

A PaperKind enumeration value. By default, this property is set to PaperKind.Letter.

Remarks

You can set this property to Custom to define the custom paper size for the report. Specify the PaperWidth and PaperHeight properties to customize the paper size.

See Also