Embed SSRS rdl Reports to an existing ASP.NET application

Dervishi, Erald 66 Reputation points
2022-05-19T14:51:39.307+00:00

I have a project scenario that requires embedding SSRS rdl Reports to an existing ASP.NET Core application. I have made some research prior to posting here and I came across a library called ReportViewer, was able to get some results but only showed one Report not a list of Reports that I am trying to accomplish. I also have followed this tutorial as well but I have the same issue, showing only one report while I want all the reports I have created in SQL Server Reporting Services. Any recommendations or suggestions would be helpful.

Thank you in advance.

Developer technologies | ASP.NET | ASP.NET Core
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,066 questions
Developer technologies | ASP.NET | Other
SQL Server | Other
Developer technologies | C#
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,516 Reputation points
    2022-05-20T07:02:14.54+00:00

    but only showed one Report not a list of Reports

    Now guess why it's called Report Viewer; it's a control to show a report.

    SSRS offers a API to get list of existing reports and much more, see Integrating Reporting Services into Applications

    0 comments No comments

  2. Md. Sakibur Rahman 0 Reputation points
    2024-11-29T18:16:47.65+00:00

    I also struggled to run SSRS RDL report on aspNet Core app. Then I have used thirty-party library named 'Bold Reports'. I wish .NET latest version would have something built-in

    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.