Back to Devexpress

ExcelExportOptions Class

dashboard-devexpress-dot-dashboardcommon-08037178.md

latest1.9 KB
Original Source

ExcelExportOptions Class

OBSOLETE

The ExcelExportOptions class is obsolete now. Use DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains options which define how the dashboard item is exported to Excel format.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[Obsolete("The ExcelExportOptions class is obsolete now. Use DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class ExcelExportOptions
vb
<Obsolete("The ExcelExportOptions class is obsolete now. Use DashboardExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class ExcelExportOptions

Remarks

For instance, you can pass the ExcelExportOptions object to the DashboardViewer.ExportDashboardItemToExcel method when exporting the dashboard item to Excel format.

Inheritance

Object ExcelExportOptions

See Also

ExcelExportOptions Members

DevExpress.DashboardCommon Namespace