|
Re: where is the birt example used in application [message #83986 is a reply to message #81334] |
Tue, 25 October 2005 18:42  |
Eclipse User |
|
|
|
The RCP guys will be posting an example of this shortly.
The net-net of is that in their example
1 - They included runreport.java ( A few modification were made).
2 - Setup a Java Object with data to be reported off of.
3 - Used config.addScriptableJavaObject to use the Java object in the
report.
4 - Generated the report to a temp directory.
5 - Launched the browser using
PlatformUI.getWorkbench().getBrowserSupport().createBrowser( "report").openURL(new
URL("file://" + tmpPath)); which pointed to the report
Jason Weathersby
BIRT PMC
"
|
|
|
Powered by
FUDForum. Page generated in 0.03239 seconds