DashboardExportOptions Class
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/
Contains settings that specify default parameters affecting how the dashboard (dashboard item) is exported.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[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
Remarks
Use the ASPxDashboard.ExportOptions property to access dashboard options specific to export.
Inheritance
Object
OptionsBase
DashboardExportOptions
See Also