Back to Devexpress

ImageFormatExportOptions Class

dashboard-devexpress-dot-dashboardweb-5ea15ddc.md

latest2.2 KB
Original Source

ImageFormatExportOptions Class

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/

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

Declaration

csharp
[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
vb
<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

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

ImageFormatExportOptions Members

DevExpress.DashboardWeb Namespace