Back to Devexpress

DataGridExportExtensions.ExportToPdfAsync Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridexportextensions-dot-exporttopdfasync.md

latest1.5 KB
Original Source

DataGridExportExtensions.ExportToPdfAsync Method

NameParametersDescription
ExportToPdfAsync(DataGridView, Stream, PdfExportOptions) staticgrid, stream, optionsExports DataGridView data to a stream in PDF format with the specified export options.
ExportToPdfAsync(DataGridView, Stream) staticgrid, streamExports DataGridView data to a stream in PDF format.
ExportToPdfAsync(DataGridView, String, PdfExportOptions) staticgrid, filePath, optionsExports DataGridView data to PDF format with the specified path and export options.
ExportToPdfAsync(DataGridView, String) staticgrid, filePathExports DataGridView data to PDF format with the specified path.