dashboard-devexpress-dot-dashboardweb-cebee064.md
The ExcelFormatExportOptions class is obsolete now. Use the DashboardExcelExportOptions class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Contains options which define how the dashboard item is exported to Excel format.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Dashboard
[Obsolete("The ExcelFormatExportOptions class is obsolete now. Use the DashboardExcelExportOptions class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public class ExcelFormatExportOptions :
OptionsBase
<Obsolete("The ExcelFormatExportOptions class is obsolete now. Use the DashboardExcelExportOptions class from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Class ExcelFormatExportOptions
Inherits OptionsBase
Use the DashboardExportOptions.ExcelFormatOptions property to access options specific to exporting the dashboard item in Excel format.
Object OptionsBase ExcelFormatExportOptions
See Also