Back to Devexpress

DashboardControl.ShowExportDashboardItemDialog(String, DashboardExportFormat) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-showexportdashboarditemdialog-x28-system-dot-string-devexpress-dot-dashboardcommon-dot-dashboardexportformat-x29.md

latest1.8 KB
Original Source

DashboardControl.ShowExportDashboardItemDialog(String, DashboardExportFormat) Method

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public void ShowExportDashboardItemDialog(
    string dashboardItemName,
    DashboardExportFormat format
)
vb
Public Sub ShowExportDashboardItemDialog(
    dashboardItemName As String,
    format As DashboardExportFormat
)

Parameters

NameTypeDescription
dashboardItemNameString

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

| | format | DashboardExportFormat |

A DashboardExportFormat value that specifies the export format.

|

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace