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

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.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public void ShowExportDashboardDialog(
    DashboardExportFormat format
)

Parameters

Name Type Description
format DashboardExportFormat

A DashboardExportFormat value that specifies the export format.

See Also