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

ASPxClientDashboardViewer.ExportToExcel(DashboardImageExportOptions) 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(
    DashboardImageExportOptions options
)

Parameters

Name Type Description
options DashboardImageExportOptions

A DashboardExcelExportOptions object containing Excel-specific options.

See Also