Skip to main content
All docs
V25.1
  • IDashboardControl.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.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    void ShowExportDashboardDialog(
        DashboardExportFormat format
    )

    Parameters

    Name Type Description
    format DashboardExportFormat

    A DashboardExportFormat value that specifies the export format.

    See Also