Best Report Tools for Blazor

RussDFM 5 Reputation points
2023-02-09T02:52:54.0333333+00:00

My company is transitioning from legacy software that makes extensive use of Crystal Reports and we are looking for a tool compatible with Blazor. Many options come up in a Google search, but we don't have enough experience with the platform to make an intelligent choice. 

Does anyone have recommendations? What are some of the pros and cons of the various tools that you use?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,389 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,799 questions
{count} vote

6 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,686 Reputation points
    2023-02-09T17:18:21.3866667+00:00

    you need to list your requirements. with web application the report engine typically run on a server and is called by server code. some will have a seperate web ui (which with blazor would be hosted in an iframe), some have callable api.

    report delivery is also a decision. will the report server print to a printer on the servers network, or will it be a download to the client (typically a pdf).

    0 comments No comments

  2. RussDFM 5 Reputation points
    2023-02-09T21:33:34.6533333+00:00

    Thanks for the response. We are mainly looking at creating an enterprise level multi-component server-side app. We may have some WASM-based components for field use, but they will probably not have the reporting modules available. The backend database is Microsoft SQL server.

    We have looked at Bold, Telerik, and Stimulsoft products and would consider open source solutions as well.


  3. Michael Washington 911 Reputation points MVP
    2023-02-10T12:25:18.93+00:00

    Power BI is the best tool in my opinion. See: Create View and Edit Power BI Reports In Blazor

    0 comments No comments

  4. Martin Egli 105 Reputation points
    2023-07-21T06:29:44.25+00:00

    It depends on how much money you want to pay. Telerik is a good choice. You should also use the Blazor library. There are also other manufacturers. If you use MS SQL you can also use this reporting.

    0 comments No comments

  5. VICTOR OCHANDA 0 Reputation points
    2023-08-13T14:11:36.5733333+00:00

    Hi. RussDFM we are in a similar transition from crystalreports based reporting and legacy systems. To web-based systems that should have full functionality including reporting. Kindly after your research which reporting tool did you settle on. We have so far implemented Blazor with rdlc reports. Working but we are facing caching issues which limits what you can do with it. We have considered bold but unnecessaryly complex in multireporting environment, poor surpport and very scarse learning materials. We are considering stimulsoft. Kindly which one did you settle for?