Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » RCP and BIRT
RCP and BIRT [message #205224] Thu, 07 December 2006 08:33 Go to next message
ice70 is currently offline ice70Friend
Messages: 193
Registered: July 2009
Senior Member
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.
Re: RCP and BIRT [message #205318 is a reply to message #205224] Thu, 07 December 2006 15:20 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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.
>
Previous Topic:Where to put JS library functions
Next Topic:Graphing with Group Format - Moving Summation
Goto Forum:
  


Current Time: Sat Sep 07 11:12:09 GMT 2024

Powered by FUDForum. Page generated in 0.03635 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top