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

ASPxGridViewExportSettings.PaperKind Property

Gets or sets the type of paper for the exported report.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PaperKind.Letter)]
public PaperKind PaperKind { get; set; }

Property Value

Type Default Description
PaperKind **Letter**

A PaperKind enumeration value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PaperKind
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsExport .PaperKind
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsExport .PaperKind
ASP.NET MVC Extensions MVCxGridView
.SettingsExport .PaperKind

Remarks

If the PaperKind property is set to Custom, then the paper will be selected according to the ASPxGridViewExportSettings.PaperName property’s value.

Note

Setting this property is not in effect when exporting to XLX or XLSX.

See Also