Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportDashboardItemToPdf(String) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void ExportDashboardItemToPdf(
    string itemName
)

Parameters

Name Type Description
itemName String

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

See Also