Hello everyone!
I need to run a BIRT report and show the result in a java's swing JPanel, in a similar way as if the application was web based instead of a java desktop one. So far I have only generated an output pdf file that the user can access later using a different application than the one that I'm working in (like adobe reader for example).
I'm not sure if as there is a PDFRenderer there could be another renderer that I could use. The reports are mainly data listed and grouped in tables, there are no charts yet.
Thank you for any help/advice you can share