DashboardImageExportOptions.Resolution Property
Gets or sets the resolution (in dpi) used to export a dashboard/dashboard item to an image.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 96 | An integer value that specifies the resolution (in dpi) used when you export a dashboard/dashboard item as an image. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Resolution |
---|---|
BeforeExportDocumentEventArgs |
|
CustomExportBaseEventArgs |
|
ASPxDashboard |
|
BeforeExportDocumentWebEventArgs |
|
CustomExportBaseWebEventArgs |
|
DashboardExtensionSettings |
|
DashboardDesigner |
|
DashboardViewer |
|
IDashboardControl |
|
DashboardControl |
|
See Also