Back to Devexpress

WebDashboardExporter.ExportDashboardItemToImage Method

dashboard-devexpress-dot-dashboardweb-dot-webdashboardexporter-dot-exportdashboarditemtoimage.md

latest1.5 KB
Original Source

WebDashboardExporter.ExportDashboardItemToImage Method

NameParametersDescription
ExportDashboardItemToImage(String, String, Stream, Size, DashboardState, DashboardImageExportOptions)dashboardId, dashboardItemName, stream, dashboardItemSize, state, optionsExports the dashboard item to the specified stream in Image format.
ExportDashboardItemToImage(String, String, Stream, Size, DashboardState)dashboardId, dashboardItemName, stream, dashboardItemSize, stateExports the dashboard item to the specified stream in Image format.
ExportDashboardItemToImage(String, String, Stream, Size)dashboardId, dashboardItemName, stream, dashboardItemSizeExports the dashboard item to the specified stream in Image format.
ExportDashboardItemToImage(String, String, Stream)dashboardId, dashboardItemName, streamExports the dashboard item to the specified stream in Image format.