Open Source .Net Reporting Tool [closed]

2019-01-21 09:38发布

I am looking for a reporting service/tool for visual Studio. My only restraint is my web server is off limits to me as far as installing ANYTHING. So I need something I can just include in my project.

My users need to be able to export a report to PDF and without being able to use Crystal I am pretty much lost.

Any ideas?

4条回答
成全新的幸福
2楼-- · 2019-01-21 09:45

As suggested by Ant, there is also ReportingCloud which is a branch of fyiReporting

查看更多
手持菜刀,她持情操
3楼-- · 2019-01-21 09:51

Try Microsoft's ReportViewer system. It to uses the Report Definition Language, but it's ready to go out of the box. It's not Open Source, but it is redistributable.

查看更多
该账号已被封号
4楼-- · 2019-01-21 09:58

If you're willing to have no report designer and open source is an absolute requirement, then take a look at iTextSharp - version 4.0 is totally open source (5.0 you have to pay for comercial use).

There are some additional open source systems listed at Reporting Software Info.

查看更多
你好瞎i
5楼-- · 2019-01-21 10:11

fyireporting (released under Apache License) is worth a try.

The fyiReporting RDL Project is a powerful report and charting system based on Report Definition Language (RDL). Tabular, free form, matrix, charts are fully supported. Report output may be displayed as HTML, PDF, XML, .Net Control, Web Archive, and to a printer. Libraries exist for use in your ASP.NET, Windows .Net, and command line applications.

查看更多
登录 后发表回答