0

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

Sras
  • 1,686
  • 2
  • 19
  • 29

1 Answers1

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.

Microsoft Docs / Report.Render Method

Creating a PDF from a RDLC Report in the Background

Perseus
  • 330
  • 2
  • 8