Back to Devexpress

DashboardViewer.ShowExportDashboardDialog(DashboardExportFormat) Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-showexportdashboarddialog-x28-devexpress-dot-dashboardcommon-dot-dashboardexportformat-x29.md

latest1.7 KB
Original Source

DashboardViewer.ShowExportDashboardDialog(DashboardExportFormat) Method

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.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.

|

Implements

ShowExportDashboardDialog(DashboardExportFormat)

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace