DashboardExporter.ExportToImage(Dashboard, String, Nullable<Size>, DashboardState, DashboardImageExportOptions) Method
In This Article
Exports a dashboard’s data to the specified Image file.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
#Declaration
public void ExportToImage(
Dashboard dashboard,
string outputFilePath,
Size? dashboardSize = null,
DashboardState state = null,
DashboardImageExportOptions options = null
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard | Dashboard | A dashboard from which the dashboard’s data is exported. |
output |
String | The path to the output Image file. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
dashboard |
Nullable<Size> | null | The dashboard’s size in pixels. |
state | Dashboard |
null | A Dashboard |
options | Dashboard |
null | A Dashboard |
See Also