MVCxCardViewExportSettings.PaperKind Property
In This Article
Gets or sets the type of paper for the exported report.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Paper |
A Paper |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Paper |
---|---|
Card |
|
#Remarks
If the PaperKind property is set to Custom, then the paper will be selected according to the MVCxCardViewExportSettings.PaperName property’s value.
Note
Setting this property is not in effect when exporting to XLX or XLSX.
See Also