IGrid.ExportToPdfAsync Method
Name | Parameters | Description |
---|---|---|
ExportToPdfAsync(Stream, GridPdfExportOptions) | stream, options | Exports Grid data in PDF to the specified stream. |
ExportToPdfAsync(String, GridPdfExportOptions) | fileName, options | Exports Grid data to PDF and downloads the output file to the client machine. |