Back to Devexpress

DashboardControl.ExportDashboardItemToImage Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-exportdashboarditemtoimage.md

latest1.3 KB
Original Source

DashboardControl.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.