LinkBase.ExportToPdf Method
Name | Parameters | Description |
---|---|---|
ExportToPdf(Stream, PdfExportOptions) | stream, options | Exports a report to the specified stream in PDF format using the specified PDF-specific options. |
ExportToPdf(Stream) | stream | Exports a report to the specified stream in PDF format. |
ExportToPdf(String, PdfExportOptions) | filePath, options | Exports a report to the specified file path in PDF format, using the specified PDF-specific options. |
ExportToPdf(String) | filePath | Exports a report to the specified file path in PDF format. |