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.v23.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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class DashboardExportOptions :
OptionsBase
Remarks
Use the ASPxDashboard.ExportOptions property to access dashboard options specific to export.
Inheritance
Object
OptionsBase
DashboardExportOptions
See Also