I\'m working on an MVC4 application that needs to render a remote report from SSRS using the ReportViewer. With help from this forum, I\'ve managed to get the page to render
Just use IFRAME. Create another web site or virtual directory, create application using Web Forms and then show his report viewer pages inside IFRAME on MVC application. You can set report parameters using query string. I have many times placed the report viewer into different systems using this way.