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

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

Declaration

[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")]
[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) in Image format.

See Also