dashboard-devexpress-dot-dashboardweb-9b2a3607.md
The DashboardExportOptions class is obsolete now. Use DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Contains settings that specify default parameters affecting how the dashboard (dashboard item) is exported.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Dashboard
[Obsolete("The DashboardExportOptions class is obsolete now. Use DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class DashboardExportOptions :
OptionsBase
<Obsolete("The DashboardExportOptions class is obsolete now. Use DashboardPdfExportOptions, DashboardImageExportOptions and DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class DashboardExportOptions
Inherits OptionsBase
Use PdfExportOptions, ImageExportOptions, and ExcelExportOptions to access dashboard options specific to export.
Object OptionsBase DashboardExportOptions
See Also
DashboardExportOptions Members