DashboardControl.ShowExportDashboardItemDialog(String, DashboardExportFormat) Method
In This Article
Invokes the dialog that allows end users to export the dashboard item to the specified format.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public void ShowExportDashboardItemDialog(
string dashboardItemName,
DashboardExportFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that specifies the dashboard item’s component name. |
format | Dashboard |
A Dashboard |
See Also