IDashboardControl.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) | 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) | filePath | Exports a dashboard to the specified file in PDF format. |