Viewing SSRS Reports in an ASP.net MVC Site
asp.net-mvc, c#, reporting-services, reportviewer
Solution
No, not in a MVC view. But you can have a web forms pages which have server controls in them mixed in with your MVC site.
Hmm, just googled "mix asp.net mvc and web forms" to find some examples, and google questioned whether I'm human or not :)
Anyway, here's a link - http://www.packtpub.com/article/mixing-asp.net-webforms-and-asp.net-mvc - there's a few out there. I've also done this in a MVC site for the same reason - the report control.
Problem
Is there a way to put a SQL Server Reporting Services report viewer control on an ASP.net MVC view? If not...what is the best way to accomplish this?
Related problems
- What is routes.IgnoreRoute("{resource}.axd/{*pathInfo}")
- How can I use a reportviewer control in an asp.net mvc 3 razor view?
- IIS express: Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to
- ReportViewer showing broken images in Chrome
- Report Viewer Configuration error - In View Source of webpage
- How do I render a remote ReportViewer aspx page in MVC4?
- MVC5 & SSRS ReportViewer - How to Implement?
- How can I use a ReportViewer control with Razor?