Open source reporting library for Java with drill down functionalities
I am developing a stand alone desktop application using Java. I want to find a good reporting module for java with drill down capabilities so user can switch between reports. I have used libraries like RDLC reporting in .Net and something similar is highly appreciated. Any suggesti开发者_如何转开发ons and opinions are warmly welcome.
Jasper Reports. They also provide sample reports (their HyperLink report example is rather simplistic though).
There also is GUI designer for report templates called iReport.
How about Eclipse BIRT.
BIRT is an Eclipse-based open source reporting system for web applications, especially those based on Java and Java EE. BIRT has two main components: a report designer based on Eclipse, and a runtime component that you can add to your app server. BIRT also offers a charting engine that lets you add charts to your own application.
精彩评论