ExportToImage(Dashboard, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions)
|
dashboard, outputStream, dashboardSize, state, options
|
Exports a dashboard’s data to the specified stream in Image format.
|
ExportToImage(Dashboard, String, Nullable<Size>, DashboardState, DashboardImageExportOptions)
|
dashboard, outputFilePath, dashboardSize, state, options
|
Exports a dashboard’s data to the specified Image file.
|
ExportToImage(Stream, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions)
|
dashboardXml, outputStream, dashboardSize, state, options
|
Exports a dashboard’s data to the specified stream in Image format.
|
ExportToImage(Stream, String, Nullable<Size>, DashboardState, DashboardImageExportOptions)
|
dashboardXml, outputFilePath, dashboardSize, state, options
|
Exports a dashboard’s data to the specified Image file.
|
ExportToImage(String, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions)
|
dashboardXmlPath, outputStream, dashboardSize, state, options
|
Exports a dashboard’s data to the specified stream in Image format.
|
ExportToImage(String, String, Nullable<Size>, DashboardState, DashboardImageExportOptions)
|
dashboardXmlPath, outputFilePath, dashboardSize, state, options
|
Exports a dashboard’s data to the specified Image file.
|