Back to Devexpress

WebDashboardExporter.ExportToImage Method

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

latest1.9 KB
Original Source

WebDashboardExporter.ExportToImage Method

NameParametersDescription
ExportToImage(String, Stream, Size, DashboardState, DashboardImageExportOptions)dashboardId, stream, dashboardSize, state, optionsExports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size, DashboardState)dashboardId, stream, dashboardSize, stateExports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size, Padding, DashboardState, DashboardImageExportOptions)dashboardId, stream, dashboardSize, itemsPadding, state, optionsExports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size, Padding)dashboardId, stream, dashboardSize, itemsPaddingExports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size)dashboardId, stream, dashboardSizeExports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream)dashboardId, streamExports a dashboard to the specified stream in Image format.