I have the following situation: I received several reports created by another developer, who used iReport. He sent me the files .jasper
and .jrxml
.
I have installed Eclipse Kepler with the JasperSoft plugin.
How can I trigger reports from a JFrame
, where do I already have all the buttons to make these calls? I use MySQL as DB.
Could anyone give a help or an example?