Back to Devexpress

ASPxGridViewExporter.PaperKind Property

aspnet-devexpress-dot-web-dot-aspxgridviewexporter-68c2447a.md

latest1.5 KB
Original Source

ASPxGridViewExporter.PaperKind Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(PaperKind.Letter)]
public PaperKind PaperKind { get; set; }
vb
<DefaultValue(PaperKind.Letter)>
Public Property PaperKind As PaperKind

Property Value

TypeDefaultDescription
PaperKindLetter

A PaperKind enumeration value.

|

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

PaperName

ASPxGridViewExporter Class

ASPxGridViewExporter Members

DevExpress.Web Namespace