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?

Developer technologies .NET Blazor
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.
3,061 questions
{count} vote

7 answers

Sort by: Most helpful
  1. David Thielen 3,211 Reputation points
    2024-07-02T16:20:20.1366667+00:00

    Hi;

    First a disclaimer, I was the founder & CEO of Windward Studios (but sold it 3 years ago so no present interest).

    Big question - do you want reporting, document generation, or business intelligence?

    If it's reporting, I think DevExpress is the best. Their functionality is similar to all the others out there but their support is awesome.

    If it's docgen then Apryse Fluent (previously Windward Studios). Orders of magnitude better than anything else out there.

    If it's B.I. then it depends a lot on what you specifically need. But Power BI is a good one to start with.

    thanks - dave

    1 person found this answer helpful.
    0 comments No comments

  2. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    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

  3. 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.


  4. Michael Washington 921 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

  5. Martin Egli 125 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.