ImageFormatExportOptions Class
In This Article
OBSOLETE
The Dashboard
Contains settings that specify parameters 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 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
#Remarks
Use the DashboardExportOptions.ImageFormatOptions property to access options specific to exporting the dashboard (dashboard item) in Image format.
#Inheritance
Object
OptionsBase
ImageFormatExportOptions
See Also