首页 > 代码库 > Reporting Service 支持Asp.Net mvc 了

Reporting Service 支持Asp.Net mvc 了

http://geekswithblogs.net/ilich/archive/2013/11/04/sql-server-reporting-services-report-viewer-wrapper-for-asp.net-mvc.aspx

 

SQL Server Reporting Services Report Viewer wrapper for ASP.NET MVC has been released!    

SQL Server Reporting Services is rich and popular reporting solution that you have free with SQL Server. It is widely used in the industry: from small family businesses running on SQL Server 2008/2012 express to huge corporations with SQL Server clusters.

There is one issue with the solution. Microsoft has not release SSRS viewer for ASP.NET MVC yet. That is why people usually mixing modern ASP.NET MVC enterprise applications with ASP.NET Web Forms pages to view report.

Today I released ASP.NET MVC HTML helper which renders a basic ASP.NET Web Forms ReportViewer control inside an iframe.

You can get it from NuGet. The package name is MvcReportViewer.

The documentation and source code are available on GitHub under MIT license: https://github.com/ilich/MvcReportViewer.

Bug reports, patches and other contributions are welcome!

Reporting Service 支持Asp.Net mvc 了