Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Embedding BIRT reports in a JSP Page
madhu_2009
HI All...
Iam new to BIRT. Im using Actuate BIRT release 10 version and Tomcat 5.5 .
I have 4 different rptdesign files. I have to create a dashboard kind of thing where I can place all the four reports together.I dont want to embed them into a grid and arrange them in a single report.
My requirement is like I have to divide the page into four frames and put one in each frame. Please find the attachement as how it should look like.
Can anyone help me in writing the JSP page...
Any Help appreciated..
Thanks,
Madhu
Find more posts tagged with
Comments
mwilliams
Hi Madhu,
You may have already solved this issue, but in case someone else has the same question:
You can use the tag library to embed the viewer in a JSP page. It'd look something like this:
<birt:viewer id="birt" reportDesign="report.rptdesign"
pattern="frameset"
showTitle="false"
width="1100"
height="400">
</birt:viewer>