Back to Devexpress

DxGrid.ExportToPdfAsync Method

blazor-devexpress-dot-blazor-dot-dxgrid-dot-exporttopdfasync.md

latest587 B
Original Source

DxGrid.ExportToPdfAsync Method

NameParametersDescription
ExportToPdfAsync(Stream, GridPdfExportOptions)stream, optionsExports Grid data in PDF format to the specified stream.
ExportToPdfAsync(String, GridPdfExportOptions)fileName, optionsExports Grid data to PDF and downloads the output file onto the client machine.