Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/blazor-datagrid-export-pdf
This sample demonstrates how to export the DataGrid's data to Excel, PDF, and CSV file formats while also showcasing advanced exporting capabilities such as custom headers and footers.
https://github.com/syncfusionexamples/blazor-datagrid-export-pdf
blazor blazor-webassembly blazorwebapp datagrid export pdf
Last synced: 29 days ago
JSON representation
This sample demonstrates how to export the DataGrid's data to Excel, PDF, and CSV file formats while also showcasing advanced exporting capabilities such as custom headers and footers.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/blazor-datagrid-export-pdf
- Owner: SyncfusionExamples
- Created: 2024-05-06T06:00:25.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T04:27:15.000Z (8 months ago)
- Last Synced: 2024-05-22T05:29:08.289Z (8 months ago)
- Topics: blazor, blazor-webassembly, blazorwebapp, datagrid, export, pdf
- Language: HTML
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor-Datagrid-Export-PDF
A quick-start project that helps you how to export PDF in Blazor Datagrid Component.Online examples: https://blazor.syncfusion.com/demos/datagrid/exporting?theme=fluent
https://blazor.syncfusion.com/demos/datagrid/advanced-exporting?theme=fluent
Documentation: https://blazor.syncfusion.com/documentation/datagrid/pdf-export# Project prerequisites
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project.# How to run this application?
• To run this application, you need to first clone theblazor-datagrid-export-pdf
repository and then open it in Visual Studio 2022.• Register the syncfusion license key in the Program.cs file, if you have any doubts check the documentation link: https://blazor.syncfusion.com/documentation/getting-started/license-key/how-to-register-in-an-application
• Now, simply build and run your project to view the output.