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)
Where I can find tutorial for display file.rptdesign(BIRT 2.3.2) in jsp page
Meow
Hi all
Im new to BIRT. im using BIRT 2.3.2, Apache Tomcat 6.0.
My assignment is to display the file.rptdesign in jsp page.
I got 1 example but then its very different in BIRT 2.3.2.
Where i can find another example(tutorial, sites, etc) to show me the way to display the file.rptdesign in jsp page?
Regards,
Meow
Find more posts tagged with
Comments
mwilliams
Hi Meow,
You may have already solved this issue, but if anyone else comes across this thread with the same question, this may help.
You can use the tag library to embed the viewer in a JSP page. It'll look something like:
<birt:viewer id="birt" reportDesign="reportName.rptdesign"
pattern="frameset"
showTitle="false"
width="1100"
height="400">
</birt:viewer>