Does anyone know of a method to embed a SQL Server Reporting Services(SSRS) report into an MVC application? We are using Razor Views exclusively and do not want to add any .aspx pages to our application.
Does anyone know of a method to embed a SQL Server Reporting Services(SSRS) report
Share
You have two options:
It sounds like you’re not too keen on the two co-existing web-frameworks so the first option might be the best bet.