SSRS Reports for MVC View
Isn't a Report a type of view? My idea would be to have a version of SSRS report designer specific for ASP.Net MVC. In your MVC project, you right click the view folder and select Add Report, and report designer would appear. The Report would simply be an MVC view. And the designer would map report fields to models.
5
votes
1 comment
-
Clément
commented
Here is a workaround, juste call ssrs webservice with the parameter Html and Html.Raw the result of the web service call.