DashboardDesigner.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.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
#Declaration
public void ShowExportDashboardItemDialog(
string dashboardItemName,
DashboardExportFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String value that specifies the component name of the dashboard item to export. |
format | Dashboard |
A Dashboard |
See Also