GridViewExtension.WritePdf Method
| Name | Parameters | Description |
|---|---|---|
| WritePdf(GridViewSettings, Object, Stream, PdfExportOptions) static | settings, dataObject, stream, exportOptions | Exports the grid’s data to a stream in PDF format with the specified export options. |
| WritePdf(GridViewSettings, Object, Stream) static | settings, dataObject, stream | Exports the grid’s data to a stream in PDF format. |