Skip to main content



      Home
Home » Archived » BIRT » [execution] parameters repport
[execution] parameters repport [message #152937] Wed, 12 April 2006 09:54 Go to next message
Eclipse UserFriend
Originally posted by: lazzeroni.voila.fr

I want to be able to launch my report since a java application all while
giving him a parameter for a query which is in my report
Re: [execution] parameters repport [message #153092 is a reply to message #152937] Wed, 12 April 2006 18:15 Go to previous message
Eclipse UserFriend
You have to
1 - create a Data Set Parameter used in the query with ?
2 - create a Report Parameter
3 - On a table or list that uses the query set the default value for the
Data Set parameter to params["nameoftheReportParameter"] on the binding tab.
4 - In the Report Engine API use the task.setParameterValue(
"ReportParameterName", parameterValue );

Jason

"lazzeroni" <lazzeroni@voila.fr> wrote in message
news:42aede18163bce36e244d02ea3e6f145$1@www.eclipse.org...
>I want to be able to launch my report since a java application all while
>giving him a parameter for a query which is in my report
>
Previous Topic:Evaluating current locale in expression
Next Topic:cascading parameters
Goto Forum:
  


Current Time: Sun May 11 04:51:22 EDT 2025

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

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

Back to the top