Generating Reports - What works for you? [closed]

一个人想着一个人 提交于 2019-11-29 23:02:30
Adrian A.

JasperReports is powerful, but is it the best out there?

JasperReports is the best Java based reporting solution available.

Read the JasperReports 3.6 Development Cookbook to understand its capabilities.

BIRT works for us. It's one of the core Eclipse products and we use it for the web reporting side of our product (currently shipping over 500 reports).

Head on over to Eclipse BIRT and check out the doco and samples, they're comprehensive. The BIRT newsgroup is also very active.

It has many output formats (PDF, Excel, HTML, etc) and you can schedule reports to be run using normal schedulers (it has a CLI interface). The running and rendering of reports can be different phases so you can generate just the report data and render it later in any form you want.

In addition, it has full Java and Javascript control over the report object model (report equivalent to the web browser DOMs that allow you to do all those fancy web tricks). We've written quite a bit of Javascript to make the reports more interactive (standard reports have interactivity, it's just that you can do some much more once you start running code within the report itself).

The web (HTML) aspect really shines (even though you don't seem that interested). The ability to drill down through hot links is a very good selling point.

As to its ability to last four years, it's hard to say but, given that it's been around for at least four years already (and that was 2.0), it's not a fly-by-night operation.

And, on top of all that, it does pretty colours and charts as well. Anyway, I hope you've enjoyed my advertorial, feel free to ask any questions you want and I'll try to answer them, or refer them for our more technically minded specialists :-)

Sounds like a job for Crystal Reports.

The Business Intelligence and Reporting Tools (BIRT) Eclipse project is definitely the way to Go, I've been using it for about two years now with no complain.

  • Report designer eclipse plugin (Very, very easy to use).
  • Multiple report output formats.
  • You can embedded the BIRT report engine runtime with you app, or call it via a http request.
  • Has a very active user community.
  • Has lots of charts and components.
  • Can be extended.

You can find some links and reviews to a few other options here:

http://www.osalt.com/crystal-reports

The newest version of Crystal Reports is actually pretty decent, and there is quite a bit of good documentation for it (both bundles and on the web).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!