Skip to main content
All docs
V25.1
  • DashboardExporter.ExportDashboardItemToImage Method

    Name Parameters Description
    ExportDashboardItemToImage(Dashboard, String, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboard, dashboardItemName, outputStream, dashboardItemSize, state, options Exports a dashboard item’s data to the specified stream in Image format.
    ExportDashboardItemToImage(Dashboard, String, String, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboard, dashboardItemName, outputFilePath, dashboardItemSize, state, options Exports a dashboard item’s data to the specified Image file.
    ExportDashboardItemToImage(Stream, String, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXml, dashboardItemName, outputStream, dashboardItemSize, state, options Exports a dashboard item’s data to the specified stream in Image format.
    ExportDashboardItemToImage(Stream, String, String, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXml, dashboardItemName, outputFilePath, dashboardItemSize, state, options Exports a dashboard item’s data to the specified Image file.
    ExportDashboardItemToImage(String, String, Stream, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXmlPath, dashboardItemName, outputStream, dashboardItemSize, state, options Exports a dashboard item’s data to the specified stream in Image format.
    ExportDashboardItemToImage(String, String, String, Nullable<Size>, DashboardState, DashboardImageExportOptions) dashboardXmlPath, dashboardItemName, outputFilePath, dashboardItemSize, state, options Exports a dashboard item’s data to the specified Image file.