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

DashboardViewer.ShowExportDashboardItemDialog(String, DashboardExportFormat) Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public void ShowExportDashboardItemDialog(
    string dashboardItemName,
    DashboardExportFormat format
)

Parameters

Name Type Description
dashboardItemName String

A String value that specifies the component name of the dashboard item to export.

format DashboardExportFormat

A DashboardExportFormat value that specifies the export format. Note that some items (i.e., TextBoxDashboardItem or ImageDashboardItem) do not support exporting to the DashboardExportFormat.Excel format.

See Also