DashboardPdfExportOptions.PaperKind Property
Gets or sets the type of paper for the exported document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Default | Description |
---|---|---|
PaperKind | Letter | A PaperKind enumeration value that specifies the type of paper for the exported document. |
Property Paths
You can access this nested property as listed below:
Show 15 property paths
Object Type | Path to PaperKind |
---|---|
BeforeExportDocumentEventArgs |
|
CustomExportBaseEventArgs |
|
CustomExportEventArgs |
|
CustomizeExportDocumentEventArgs |
|
ASPxDashboard |
|
BeforeExportDocumentWebEventArgs |
|
CustomExportBaseWebEventArgs |
|
CustomExportWebEventArgs |
|
CustomizeExportDocumentWebEventArgs |
|
DashboardExtensionSettings |
|
MVCxDashboard |
|
DashboardDesigner |
|
DashboardViewer |
|
IDashboardControl |
|
DashboardControl |
|
See Also