ASPxGridViewExporter.PaperKind Property
In This Article
Gets or sets the type of paper for the exported report.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Paper |
Letter | A Paper |
#Remarks
If the PaperKind property is set to Custom, then the paper will be selected according to the ASPxGridViewExporter.PaperName property’s value.
Note
Setting this property is not in effect when exporting to XLX or XLSX.
See Also