How to use the Register Assembly in ASP.NET MVC? I need to create a form that is using a reportviewer in mvc, and it already exists in webforms. I'll pass it on to another project.
How to use the Register Assembly in ASP.NET MVC? I need to create a form that is using a reportviewer in mvc, and it already exists in webforms. I'll pass it on to another project.
There is a package for this, the ReportViewer by MVC .
You can easily install it in your ASP.NET MVC solution by using the following command in the Package Manager Console (< Visual Studio Package Manager Console :
Other WindowsPM> Install-Package ReportViewerForMvc