BaseView.ExportToPdf Method
| Name | Parameters | Description |
|---|---|---|
| ExportToPdf(Stream) | stream | Exports the GridControl.DefaultView‘s data to a stream in PDF format. |
| ExportToPdf(String, PdfExportOptions) | filePath, options | Exports the GridControl.DefaultView‘s data to the specified file in PDF format. |
| ExportToPdf(String) | filePath | Exports the GridControl.DefaultView‘s data to the specified file in PDF format. |