Skip to main content
A newer version of this page is available. .

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Contains settings that specify parameters affecting how the dashboard or dashboard item is exported in Image format.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
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