Skip to main content
All docs
V18.2

ASPxClientDashboard.ShowExportDashboardItemDialog(String, String) Method

Invokes the dialog that allows end-users to export the dashboard item to the specified format.

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 string value that specifies the component name of the dashboard item to export.

format String

A string value that specifies the format. For instance, you can use ‘PDF, ‘Image’ or ‘Excel’. Note that some items (i.e., TextBoxDashboardItem or ImageDashboardItem) do not support exporting to the ‘Excel’ format.

See Also