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

ASPxClientDashboardViewer.ShowExportDialog(String) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void ShowExportDialog(
    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