Skip to main content



      Home
Home » Archived » BIRT » How to pass parameter from HTML page to report?
How to pass parameter from HTML page to report? [message #730043] Tue, 27 September 2011 10:33 Go to next message
Eclipse UserFriend
How to pass parameter(s) from a HTML page to a report? Please provide any links to such resources.

Thank you,

Anurag
Re: How to pass parameter from HTML page to report? [message #730110 is a reply to message #730043] Tue, 27 September 2011 12:15 Go to previous message
Eclipse UserFriend
Parameter can be passed as part of the URL. For example add the
following to the url to set the myparm parameter &myparm=myvalue
You can also set them as form variables like:

<form name="input" action="urltobirtviewer" method="get">
MyParm: <input type="text" name="myparm" />
<input type="submit" value="Submit" />
</form>

Jason

On 9/27/2011 10:33 AM, Anurag wrote:
> How to pass parameter(s) from a HTML page to a report? Please provide
> any links to such resources.
>
> Thank you,
>
> Anurag
Previous Topic:Global Script functions in a library
Next Topic:Re: Global Script functions in a library
Goto Forum:
  


Current Time: Wed Jul 23 19:18:26 EDT 2025

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

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

Back to the top