Is there Asp.net core Reporting tool available like .rdlc reporting tool which supports in all hosting environment

Gunasekaran Raja 0 Reputation points
2024-01-19T03:31:51.8433333+00:00

Currently I am Creating asp.net core MVC application I need to do Multi format reporting for this application

Developer technologies | ASP.NET | ASP.NET Core
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-19T09:55:45.47+00:00

    Hi @Gunasekaran Raja ,

    Since . RDLC is based on the .NET framework and works well in the Windows environment. For more details, you can check below thread. 1.Integrating RDLC reports in Blazor Web apps

    As far as I know, there is no scenario for out-of-the-box reporting feature right now, that means not support in Linux Platform. You can raise a github issue under the asp.net core repo, and they will reply you.

    Best Regards

    Jason

    0 comments No comments

  2. hossein jalilian 11,055 Reputation points Volunteer Moderator
    2024-02-02T22:02:33.12+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    there are third-party reporting tools and libraries that you can use to implement reporting functionalities in your ASP.NET Core MVC application. These tools typically support various formats and are designed to work in different hosting environments.

    1. DevExpress Reporting: DevExpress provides a reporting tool that integrates well with ASP.NET Core applications. It supports various report types, and you can export reports to different formats.
    2. Telerik Reporting: Telerik Reporting is another option that offers a variety of features for creating and displaying reports in ASP.NET Core applications.
    3. Syncfusion Report Viewer: Syncfusion provides a Report Viewer for ASP.NET Core that allows you to embed reports into your application. It supports exporting reports to different formats.
    4. GrapeCity ActiveReports: ActiveReports by GrapeCity is a reporting tool that supports ASP.NET Core. It provides a wide range of features for creating and customizing reports.
    5. Stimulsoft Reports: Stimulsoft Reports is a versatile reporting tool that supports ASP.NET Core. It includes a report designer and supports various export formats.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    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.