Skip to main content



      Home
Home » Archived » BIRT » Calling report from a JSP file
Calling report from a JSP file [message #205639] Fri, 08 December 2006 13:19 Go to next message
Eclipse UserFriend
Originally posted by: manjeet.kishan.cmcltd.com

Hello,

I have designed a report using BIRT.
How do I call this report in my JSP (When I click a "Show Report" button)?

Please suggest.

Thank you.
Manjeet
Re: Calling report from a JSP file [message #205679 is a reply to message #205639] Fri, 08 December 2006 17:38 Go to previous message
Eclipse UserFriend
Manjeet,

I just wrote a jsp to do exactly that. In the form header put the following
info. You may not need the onsubmit. My birt webapp is called lpmreports and
the form that contains all the parameters is called LPMPromptsForm.
Hopefully this is clear enough.

<FORM name="LPMPromptsForm"

onsubmit="return validateChoicesSetDates(this);"

action="/lpmreports/frameset"

id="LPMPromptsForm" method=get>

Good luck

Bill

"Manjeet" <manjeet.kishan@cmcltd.com> wrote in message
news:de32d4dc84bf7c51176fbe8fe8149a49$1@www.eclipse.org...
> Hello,
>
> I have designed a report using BIRT.
> How do I call this report in my JSP (When I click a "Show Report" button)?
>
> Please suggest.
>
> Thank you.
> Manjeet
>
>
Previous Topic:Runtime Environment Error
Next Topic:Bar Chart
Goto Forum:
  


Current Time: Thu May 08 19:50:50 EDT 2025

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

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

Back to the top