A newer version of this page is available.
Switch to the current version.
DashboardDesigner.ExportToPdf Method
Name | Parameters | Description |
---|---|---|
ExportToPdf(Stream) | stream | Exports a dashboard to the specified stream in PDF format. |
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(String) | filePath | Exports a dashboard to the specified file 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. |
Feedback