An open API service indexing awesome lists of open source software.

https://github.com/robert-hoffmann/microsoft.reportviewer.web

Dependent libraries to use Microsoft.ReportViewer in MVC or WebForms. Includes DataVisualization to be able to render chart controls. Works with both MVC and WebForms.
https://github.com/robert-hoffmann/microsoft.reportviewer.web

Last synced: 11 months ago
JSON representation

Dependent libraries to use Microsoft.ReportViewer in MVC or WebForms. Includes DataVisualization to be able to render chart controls. Works with both MVC and WebForms.

Awesome Lists containing this project

README

          

# Microsoft.ReportViewer.Web
Dependent libraries to use Microsoft.ReportViewer in MVC or WebForms. Includes DataVisualization to be able to render chart controls. Works with both MVC and WebForms.

#Sample
Download project __mvc.reporting__

See

* /Controllers/HomeController.cs
* /Bll/Report.cs
* /Models/ReportModel.cs
* /Reports/Report.rdlc
* /Reports/ReportDataSet.xsd

#Install via Nuget
[https://www.nuget.org/packages/Microsoft.ReportViewer.Web.2012/](https://www.nuget.org/packages/Microsoft.ReportViewer.Web.2012/)




PM> Install-Package Microsoft.ReportViewer.Web.2012


#Prerequisites
Microsoft System CLR Types for Microsoft SQL Server 2012
https://www.microsoft.com/en-us/download/details.aspx?id=29065

or nuget package "[Microsoft.SqlServer.Types >= 11.0.2](https://www.nuget.org/packages/Microsoft.SqlServer.Types/)"
but i find it adds too many dependencies, so having sql server types on server is probably a better solution, if you can manage the server.

On Azure you will need to add Microsoft.SqlServer.Types via nuget because they do not exist by default on Azure.