How to run report by passing parameters in url
#1
Posted 12 September 2008 - 12:53 AM
I need to create a application there i will select parameters from list box from web application and i will store that parameters values in query string and want to pass these string such that iserver will run report and i should get a report with selected parameters.
e.g. i select form list box class parameter value as "10"
then select test parameter value i.e. "annual test"
so it shoul build report with these parmeter values.
Please suggest me solution for this
#2
Posted 12 September 2008 - 12:58 AM
I need to develop one web application where i have to run BIRT report through URL (using iserver or iportal) and i need get values for report parameters from web application and pass these values in URL using query string and run report with that parameteres.
Please suggest me regarding this problem.
#3
Posted 15 September 2008 - 02:19 AM
here is it
http://localhost:890..._name.rptdesign
&report_parameter=6(value)
&invokeSubmit=true
&repositoryType=enterprise
&userid=Administrator
&volume=localhost
&serverURL=http%3a%2f%2fiserver_name%3a8000
in above first write system name where iporal is intalled
then iportal directory
then executereport.do? method
then ?__executableName= here write path of report where it in on iserver/iportal
then report parameters and it's value
&invokeSubmit=true
&repositoryType=enterprise
&userid=Administrator
&volume=localhost/or isrever name
&serverURL= then iserver url
ok bye





MultiQuote