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

DashboardViewer.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, DashboardPdfExportOptions) stream, options Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options.
ExportToPdf(Stream, PdfExportOptions) stream, options Obsolete. Exports a dashboard to the specified stream in PDF format using the specified PDF-specific options.
ExportToPdf(Stream) stream Exports a dashboard to the specified stream in PDF format.
ExportToPdf(String, DashboardPdfExportOptions) filePath, options Exports a dashboard to the specified file in PDF format using the specified PDF-specific options.
ExportToPdf(String, PdfExportOptions) filePath, options Obsolete. Exports a dashboard to the specified file in PDF format using the specified PDF-specific options.
ExportToPdf(String) filePath Exports a dashboard to the specified file in PDF format.