DataViewBase.ExportToPdf Method
Name | Parameters | Description |
---|---|---|
ExportToPdf(Stream, PdfExportOptions) | stream, options | Exports the control to a stream in PDF format and applies PDF export options. |
ExportToPdf(Stream) | stream | Exports the control to the specified stream in PDF format. |
ExportToPdf(String, PdfExportOptions) | filePath, options | Exports the control to a PDF file and applies PDF export options. |
ExportToPdf(String) | filePath | Exports the control to the specified file path in PDF format. |