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

ReportModel.PaperKind Property

Specifies the type of paper for the report.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public PaperKind PaperKind { get; set; }

Property Value

Type Description
PaperKind

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

See Also