Render report in Java

2

I'm doing a swing system as a college job and at the end of every cycle of days the program wanted it to generate a report. Does anyone know how it works to mount report in Java?

    
asked by anonymous 24.09.2015 / 12:06

1 answer

2

I particularly use JasperReports to build my reports in Java. It is very similar to Crystal Reports for Visual Studio C #, however JasperSoft Studio works independently, you can generate and import your report files to your system and use the provided library to make the reports work.

It's worth a look. Follow the link: link

    
24.09.2015 / 13:16