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

DashboardViewer.ExcelExportOptions Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

Declaration

public DashboardExcelExportOptions ExcelExportOptions { get; }

Property Value

Type Description
DashboardExcelExportOptions

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

Implements

See Also