Register Assembly in ASP.NET MVC?

0

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.

    
asked by anonymous 08.09.2015 / 18:51

1 answer

3

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 Windows

PM> Install-Package ReportViewerForMvc
    
08.09.2015 / 18:55