Back to Devexpress

DashboardViewer.ExportDashboardItemToImage Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-exportdashboarditemtoimage.md

latest1.3 KB
Original Source

DashboardViewer.ExportDashboardItemToImage Method

NameParametersDescription
ExportDashboardItemToImage(String, Stream, DashboardImageExportOptions)dashboardItemName, stream, optionsExports the dashboard item to the specified stream in Image format using the specified image options.
ExportDashboardItemToImage(String, Stream)dashboardItemName, streamExports the dashboard item to the specified stream in Image format.
ExportDashboardItemToImage(String, String, DashboardImageExportOptions)dashboardItemName, filePath, optionsExports the dashboard item to the image file using the specified image options.
ExportDashboardItemToImage(String, String)dashboardItemName, filePathExports the dashboard item to the specified file in Image format.