Back to Devexpress

DashboardControl.ShowExportDashboardDialog(DashboardExportFormat) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-showexportdashboarddialog-x28-devexpress-dot-dashboardcommon-dot-dashboardexportformat-x29.md

latest1.5 KB
Original Source

DashboardControl.ShowExportDashboardDialog(DashboardExportFormat) Method

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public void ShowExportDashboardDialog(
    DashboardExportFormat format
)
vb
Public Sub ShowExportDashboardDialog(
    format As DashboardExportFormat
)

Parameters

NameTypeDescription
formatDashboardExportFormat

A DashboardExportFormat value that specifies the export format.

|

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace