Blazor Webassembly RDLC Reporting ViewerBlazor Webassembly RDLC Reporting ViewerBlazor Webassembly RDLC Reporting ViewerBlazor Webassembly RDLC Reporting ViewerBlazor Webassembly RDLC Reporting ViewerBlazor Webassembly RDLC Reporting Viewer
Asked
Active
Viewed 863 times
1 Answers
0
There is no straight and official way to use RDLC files in Blazor Server/WebAssembly apps. The RDLC report viewer component has been provided just for ASP.NET Web Forms & Windows Forms. There are some tricks to use .NET 4.x assemblies in .NET core environment, but all are un-official and buggy ways. I have created an ASP.NET Web API (.NET 4.x) application that renders reports as PDF files and streams them via REST; On Blazor app, I get them and stream as downloadable file based on user choices.

Perseus
- 330
- 2
- 8