https://github.com/adefwebserver/blazorrdlcviewer
Demonstrates loading a RDLC report into Microsoft Blazor
https://github.com/adefwebserver/blazorrdlcviewer
Last synced: over 1 year ago
JSON representation
Demonstrates loading a RDLC report into Microsoft Blazor
- Host: GitHub
- URL: https://github.com/adefwebserver/blazorrdlcviewer
- Owner: ADefWebserver
- License: mit
- Created: 2024-12-29T23:41:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T23:50:10.000Z (over 1 year ago)
- Last Synced: 2024-12-30T00:23:53.393Z (over 1 year ago)
- Language: CSS
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BlazorRDLCViewer
### Demonstrates loading a RDLC report into Microsoft Blazor
Read the Blog post: [Develop and Display RDLC Reports in Microsoft Blazor](https://blazorhelpwebsite.com/ViewBlogPost/20070)
There is a Blazor WebAssembly version here: [https://github.com/ADefWebserver/BlazorRDLCViewerWebAssembly](https://github.com/ADefWebserver/BlazorRDLCViewerWebAssembly)
This is made possible primarily by the functionally provided by these two projects:
* [Report Viewer Core](https://github.com/lkosson/reportviewercore)
* [PdfJs](https://github.com/mozilla/pdf.js?tab=readme-ov-file)


