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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
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