Skip to main content
All docs
V18.2

DashboardImageExportOptions.Resolution Property

Gets or sets the resolution (in dpi) used to export a dashboard/dashboard item to an image.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public int Resolution { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the resolution (in dpi) used to export a dashboard/dashboard item to an image.

See Also