Dear all,
Please let me know
how to pass parameter to birt report using Asp.net or java
Thanks
Manish Soni
manishsony@aol.com
India
Page 1 of 1
how to pass parameter to birt report using Asp.net or java
#2
Posted 10 March 2010 - 07:28 AM
Hi Manish, and welcome to the forums.
You've asked this question in the Practice Area forum of BIRT Exchange. If this was a real question, then the Deploying BIRT Engine forum would have been a better place to ask this.
If this were a real question, I would have responded with:
If you are using the BIRT APIs in your own Java application then pass the parameters in any fashion you like using the same methods you already employ to get data into your Java class.
If you are using the WebViewerExample that ships with the BIRT Engine, then you can pass parameters using a URL syntax like below.
You've asked this question in the Practice Area forum of BIRT Exchange. If this was a real question, then the Deploying BIRT Engine forum would have been a better place to ask this.
If this were a real question, I would have responded with:
If you are using the BIRT APIs in your own Java application then pass the parameters in any fashion you like using the same methods you already employ to get data into your Java class.
If you are using the WebViewerExample that ships with the BIRT Engine, then you can pass parameters using a URL syntax like below.
http://localhost:8080/birt251/frameset?__report=test.rptdesign¶m1=my+value¶m2=3
#3
Posted 10 March 2010 - 09:19 PM
I have installed Iserver express on my machine and created a report my passing parameters.
It's working fine when am trying to call in from iserver express control panel.
i also call that report in my asp.net application using jsapi.
when am trying to map parameter Actuate report viewer displaying its own parameters window for input.
it is ok but i want to take input from my own developed page and based on that input report should display.
here some code for your ref.
------------------------------------------------
<html>
WebForm1
<body MS_POSITIONING="GridLayout" onload="init();">
It's working fine when am trying to call in from iserver express control panel.
i also call that report in my asp.net application using jsapi.
when am trying to map parameter Actuate report viewer displaying its own parameters window for input.
it is ok but i want to take input from my own developed page and based on that input report should display.
here some code for your ref.
------------------------------------------------
<html>
<body MS_POSITIONING="GridLayout" onload="init();">




MultiQuote