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?
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?
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