dashboard-devexpress-dot-dashboardweb-5ea15ddc.md
The DashboardImageExportOptions class is obsolete now. Use the DashboardImageExportOptions class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Contains settings that specify parameters affecting how the dashboard or dashboard item is exported in Image format.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Dashboard
[Obsolete("The DashboardImageExportOptions class is obsolete now. Use the DashboardImageExportOptions class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class ImageFormatExportOptions :
OptionsBase
<Obsolete("The DashboardImageExportOptions class is obsolete now. Use the DashboardImageExportOptions class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class ImageFormatExportOptions
Inherits OptionsBase
Use the DashboardExportOptions.ImageFormatOptions property to access options specific to exporting the dashboard (dashboard item) in Image format.
Object OptionsBase ImageFormatExportOptions
See Also