|
Re: RCP and BIRT [message #205318 is a reply to message #205224] |
Thu, 07 December 2006 15:20 |
|
If you are using the Report Engine API, you can pass data using code similar
to this:
//Add a scriptable object, which will allow the report developer to put
//script in the report that references this Java object. eg in script
//pFilter.myjavamethod()
ProcessFilter pf = new ProcessFilter();
task.addScriptableJavaObject("pFilter", pf);
Jason
"70" <klhuang@shinyang.com.my> wrote in message
news:98dad0f98987651a7ecf22b0a70d7955$1@www.eclipse.org...
> hai...
>
> anyone have idea how RCP can passing data to BIRT?
> As i know, it can done by passing data through the URL, but is that any
> other ways??
>
> thanks.
>
|
|
|
Powered by
FUDForum. Page generated in 0.02435 seconds