Back to Devexpress

DashboardExportOptions Class

dashboard-devexpress-dot-dashboardweb-9b2a3607.md

latest2.4 KB
Original Source

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.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[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
vb
<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

Remarks

Use PdfExportOptions, ImageExportOptions, and ExcelExportOptions to access dashboard options specific to export.

Inheritance

Object OptionsBase DashboardExportOptions

See Also

DashboardExportOptions Members

Manage Exporting Capabilities in ASP.NET Web Forms

DevExpress.DashboardWeb Namespace