Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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 to export a dashboard/dashboard item to an image.

Property Paths

You can access this nested property as listed below:

See Also