Back to Devexpress

DashboardExtensionSettings.ExcelExportOptions Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-345ecdfd.md

latest1.7 KB
Original Source

DashboardExtensionSettings.ExcelExportOptions Property

Provides access to options related to exporting a dashboard item to Excel format.

Namespace : DevExpress.DashboardWeb.Mvc

Assembly : DevExpress.Dashboard.v25.2.Web.Mvc5.dll

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public DashboardExcelExportOptions ExcelExportOptions { get; set; }
vb
Public Property ExcelExportOptions As DashboardExcelExportOptions

Property Value

TypeDescription
DashboardExcelExportOptions

A DashboardExcelExportOptions object containing options related to exporting a dashboard item to Excel format.

|

See Also

PdfExportOptions

ImageExportOptions

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace