Skip to main content
A newer version of this page is available. .

ExcelExportOptions Class

OBSOLETE

The ExcelExportOptions class is obsolete now. Use DashboardExcelExportOptions instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[Obsolete("The ExcelExportOptions class is obsolete now. Use DashboardExcelExportOptions instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
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