Skip to main content
A newer version of this page is available. .

WebDashboardExporter.ExportToImage Method

Name Parameters Description
ExportToImage(String, Stream, Size, DashboardState, DashboardImageExportOptions) dashboardId, stream, dashboardSize, state, options Exports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size, DashboardState) dashboardId, stream, dashboardSize, state Exports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size, Padding, DashboardState, DashboardImageExportOptions) dashboardId, stream, dashboardSize, itemsPadding, state, options Exports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size, Padding) dashboardId, stream, dashboardSize, itemsPadding Exports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream, Size) dashboardId, stream, dashboardSize Exports a dashboard to the specified stream in Image format.
ExportToImage(String, Stream) dashboardId, stream Exports a dashboard to the specified stream in Image format.