I need to insert the reportviewer between the div elements
The online documentation tells me that I have to drag and drop onto the form page. I did'nt see anything about inserting into a html doc. Any pointers would be helpful. Thanks in advance.
I need to insert the reportviewer between the div elements
The online documentation tells me that I have to drag and drop onto the form page. I did'nt see anything about inserting into a html doc. Any pointers would be helpful. Thanks in advance.
See http://blogs.msdn.com/b/sajoshi/archive/2010/06/16/asp-net-mvc-handling-ssrs-reports-with-reportviewer-part-i.aspx for using the ReportViewer
control in a MVC project.
ReportViewer is a server control and can't be added into a razor view. You can added a ReportViewer into any ASPX view page or view user control.
See my answer to this question for more details.