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

WebDashboardExporter.ExportToPdf Method

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