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

ASPxClientDashboardViewer.ExportDashboardItemToExcel(String) Method

Exports a dashboard item to an Excel file and writes it to the Response.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void ExportDashboardItemToExcel(
    string itemName
)

Parameters

Name Type Description
itemName String

A String that is the component name of the dashboard item to be exported.

See Also