Back to Devexpress

ExcelFormatExportOptions Class

dashboard-devexpress-dot-dashboardweb-cebee064.md

latest2.1 KB
Original Source

ExcelFormatExportOptions Class

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/

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

Declaration

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

Remarks

Use the DashboardExportOptions.ExcelFormatOptions property to access options specific to exporting the dashboard item in Excel format.

Inheritance

Object OptionsBase ExcelFormatExportOptions

See Also

ExcelFormatExportOptions Members

DevExpress.DashboardWeb Namespace