RDLC Report with Asp.Net core MVC

Polachan Paily 91 Reputation points
2021-09-22T08:53:53.007+00:00

Is it possible to use RDLC report in Asp.Net core MVC to give report . At the moment I am using Jquery datatable . Is it possible to use RDLC report to give the report to the users in place of Data table ?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,148 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,196 Reputation points
    2021-09-22T17:16:28.213+00:00

    RDLC is dependent on webforms so is not supported by asp.net core. You can host on a webforms site and use an iframe in your core site.