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

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

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