Back to Devexpress

DashboardDesigner.ShowExportDashboardItemDialog(String, DashboardExportFormat) Method

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-dot-showexportdashboarditemdialog-x28-system-dot-string-devexpress-dot-dashboardcommon-dot-dashboardexportformat-x29.md

latest2.4 KB
Original Source

DashboardDesigner.ShowExportDashboardItemDialog(String, DashboardExportFormat) Method

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.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 value that specifies the component name of the dashboard item to export.

| | format | DashboardExportFormat |

A DashboardExportFormat value that specifies the export format. Note that some items (i.e., TextBoxDashboardItem or ImageDashboardItem) do not support exporting to the DashboardExportFormat.Excel format.

|

Implements

ShowExportDashboardItemDialog(String, DashboardExportFormat)

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace