Skip to main content

BeforeExportDocumentWebEventArgs.ExcelExportOptions Property

Gets options related to exporting a dashboard/dashboard item to XLSX/XLS/CSV format.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public DashboardExcelExportOptions ExcelExportOptions { get; }

Property Value

Type Description
DashboardExcelExportOptions

A DashboardExcelExportOptions object containing options related to exporting a dashboard/dashboard item to XLSX/XLS/CSV format.

See Also