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.
- Host: GitHub
- URL: https://github.com/robert-hoffmann/microsoft.reportviewer.web
- Owner: robert-hoffmann
- Created: 2015-12-06T21:40:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T22:22:31.000Z (over 10 years ago)
- Last Synced: 2024-10-14T22:50:50.480Z (over 1 year ago)
- Language: C#
- Size: 57.6 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.