Hi all , I prepared a report on ireport Designer , how i can call this report in my swing based java application, and display underneath panel in my swing based java application?
Can anyone help me?
Thanks...
Hi all , I prepared a report on ireport Designer , how i can call this report in my swing based java application, and display underneath panel in my swing based java application?
Can anyone help me?
Thanks...
The report itself is just a JasperPrint of course, but you can look into JasperViewer and try to use that component to embed the report into your app.