Skip to main content

DashboardExportOptions.ImageFormatOptions Property

OBSOLETE

The DashboardExportOptions.ImageFormatOptions property is obsolete now. Use the ASPxDashboard.ImageExportOptions/ASPxDashboardViewer.ImageExportOptions properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Provides access to options affecting how the dashboard or dashboard item is exported in Image format.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The DashboardExportOptions.ImageFormatOptions property is obsolete now. Use the ASPxDashboard.ImageExportOptions/ASPxDashboardViewer.ImageExportOptions properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ImageFormatExportOptions ImageFormatOptions { get; }

Property Value

Type Description
ImageFormatExportOptions

An ImageFormatExportOptions containing options affecting how the dashboard or dashboard item is exported in Image format.

See Also