How do I render a remote ReportViewer aspx page in MVC4?

后端 未结 3 1859
自闭症患者
自闭症患者 2020-12-15 10:09

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

3条回答
  •  再見小時候
    2020-12-15 10:26

    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.

提交回复
热议问题