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

DashboardExportOptions Class

OBSOLETE

The DashboardExportOptions class is obsolete now. Use DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Contains settings that specify default parameters affecting how the dashboard (dashboard item) is exported.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[Obsolete("The DashboardExportOptions class is obsolete now. Use DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class DashboardExportOptions :
    OptionsBase

Remarks

Use the ASPxDashboard.ExportOptions/ASPxDashboardViewer.ExportOptions properties to access dashboard options specific to export.

Inheritance

Object
OptionsBase
DashboardExportOptions
See Also