FastReports / FastReport

Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
https://www.fast-report.com
MIT License
2.7k stars 599 forks source link

Is there any way to use FastReport OpenSource in a Blazor project? #720

Open aminmashayekhi opened 1 week ago

aminmashayekhi commented 1 week ago

Is there any way to use FastReport OpenSource in a Blazor project?

WBHWebDev commented 6 days ago

Yes, it is possible to use FastReport in a Blazor application. I had it running smoothly in my Blazor project without any issues. It worked perfectly on Windows, and I was quite satisfied with the results.

However, I ran into problems when trying to run it on Linux (specifically Ubuntu). To get it to work there, you need to use the Skia version of FastReport, which unfortunately is not open-source. This turned out to be a dealbreaker for me, as our production environment runs on Linux. Therefore, my development efforts were essentially wasted.

I’m not sure if or when this functionality will be available in the open-source version, so for now, it remains a limitation.