Not exactly sure what your asking, so I'll just kind of throw the
kitchen sink out there. You can do this in a few ways. If your using an
OSGi based application, you can include the BIRT viewer plugin, and
invoke that when you want to view a report. It includes the same report
viewer that is in the BIRT Web Viewer application and in the BIRT Run
Report option in Eclipse. If that is a little more than you need, you
can embed the BIRT engine into your application, then do a run and
render task, and view the results in something, like an SWT HTML Browser
widget.
More info on both these approaches can be found here:
http://www.onjava.com/pub/a/onjava/2006/07/26/deploying-birt.html
consutes wrote:
hi,
I'm starting work with Birt Reports, I need to view and to print birt
reports (from a java application). In Jasper reports I use two methods
to do this (JasperViewer.viewReport(...) and
JasperPrintManager.printReport(...)) there is some equivalent methods
in Birt??
Very Thanks!!!!