Skip to main content
All docs
V23.2

DashboardExporter.ExportToPdf Method

Name Parameters Description
ExportToPdf(Dashboard, Stream, Nullable<Size>, DashboardState, DashboardPdfExportOptions) dashboard, outputStream, dashboardSize, state, options Exports a dashboard’s data to the specified stream in PDF format.
ExportToPdf(Dashboard, String, Nullable<Size>, DashboardState, DashboardPdfExportOptions) dashboard, outputFilePath, dashboardSize, state, options Exports a dashboard’s data to the specified PDF file.
ExportToPdf(Stream, Stream, Nullable<Size>, DashboardState, DashboardPdfExportOptions) dashboardXml, outputStream, dashboardSize, state, options Exports a dashboard’s data to the specified stream in PDF format.
ExportToPdf(Stream, String, Nullable<Size>, DashboardState, DashboardPdfExportOptions) dashboardXml, outputFilePath, dashboardSize, state, options Exports a dashboard’s data to the specified PDF file.
ExportToPdf(String, Stream, Nullable<Size>, DashboardState, DashboardPdfExportOptions) dashboardXmlPath, outputStream, dashboardSize, state, options Exports a dashboard’s data to the specified stream in PDF format.
ExportToPdf(String, String, Nullable<Size>, DashboardState, DashboardPdfExportOptions) dashboardXmlPath, outputFilePath, dashboardSize, state, options Exports a dashboard’s data to the specified PDF file.