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.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,209 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,289 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,815 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,813 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,312 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 41,006 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