DashboardExportOptions Class
In This Article
OBSOLETE
The Dashboard
Contains settings that specify default parameters affecting how the dashboard (dashboard item) is exported.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.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 PdfExportOptions, ImageExportOptions, and ExcelExportOptions to access dashboard options specific to export.
#Inheritance
Object
OptionsBase
DashboardExportOptions
See Also