Skip to main content

ImageFormatExportOptions.Resolution Property

OBSOLETE

This property is obsolete now. Use the DashboardImageExportOptions.Resolution property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Gets or sets the resolution (in dpi) used to export a dashboard (dashboard item) in Image format.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(96)]
[Obsolete("This property is obsolete now. Use the DashboardImageExportOptions.Resolution property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
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.

See Also