Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(96)]
public int Resolution { get; set; }

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
.ImageExportOptions .Resolution
CustomExportBaseEventArgs
.ImageExportOptions .Resolution
ASPxDashboard
.ImageExportOptions .Resolution
BeforeExportDocumentWebEventArgs
.ImageExportOptions .Resolution
CustomExportBaseWebEventArgs
.ImageExportOptions .Resolution
DashboardExtensionSettings
.ImageExportOptions .Resolution
DashboardDesigner
.ImageExportOptions .Resolution
DashboardViewer
.ImageExportOptions .Resolution
IDashboardControl
.ImageExportOptions .Resolution
DashboardControl
.ImageExportOptions .Resolution
See Also