Skip to main content
All docs
V18.2

ASPxClientDashboard.ShowExportDashboardDialog(String) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void ShowExportDashboardDialog(
    string format
)

Parameters

Name Type Description
format String

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

See Also