Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportToExcel(DashboardExcelExportOptions, String) Method

Exports dashboard data to the specified file in Excel format.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void ExportToExcel(
    DashboardExcelExportOptions options,
    string fileName
)

Parameters

Name Type Description
options DashboardExcelExportOptions

A DashboardExcelExportOptions object containing Excel-specific options.

fileName String

A string value that specifies the name of the exported file.

See Also