Skip to main content

DashboardControl.ShowExportDashboardItemDialog(String, DashboardExportFormat) Method

In This Article

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

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v24.2.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

#Declaration

public void ShowExportDashboardItemDialog(
    string dashboardItemName,
    DashboardExportFormat format
)

#Parameters

Name Type Description
dashboardItemName String

A String that specifies the dashboard item’s component name.

format DashboardExportFormat

A DashboardExportFormat value that specifies the export format.

See Also