Skip to main content
All docs
V18.2

ASPxClientDashboardViewer.ShowExportDashboardItemDialog(String, String) Method

Shows the dialog that allows end-users to export the dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void ShowExportDashboardItemDialog(
    string itemComponentName,
    string format
)

Parameters

Name Type Description
itemComponentName String

A component name of the dashboard item.

format String

A string value that specifies the format. For instance, you can use ‘PDF, ‘Image’ or ‘Excel’.

See Also