DashboardExportOptions.ImageFormatOptions Property
In This Article
OBSOLETE
The Dashboard
Provides access to options affecting how the dashboard or dashboard item is exported in Image format.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ImageFormatExportOptions ImageFormatOptions { get; }
#Property Value
Type | Description |
---|---|
Image |
An |
See Also