Where do I find the Microsoft.Reporting.WebForms.ReportViewer dll?

0

Where can I find the dll Microsoft.Reporting.WebForms.ReportViewer ? I need to use it on a project and I can not find it.

    
asked by anonymous 05.10.2015 / 15:21

1 answer

1

You can install via nuget

Access the Tools menu> Nuget Package Manager > Package Manager Console

And install the package with this command:

Install-Package Microsoft.ReportViewer.WebForms
    
05.10.2015 / 15:40