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)
Open BIRT viewer inside a JSP
minawi
Can we open BIRT viewer inside a JSP. For example, create <div> and open the Viewer inside the <div>
if we can, an example please.
Thanks
Find more posts tagged with
Comments
JasonW
It is probably best to use the tag library for this which will put the viewer in a div tag. Take a look at:<br />
<a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.php#tags'>Using
the BIRT Report Viewer</a>
minawi
<blockquote class='ipsBlockquote' data-author="JasonW"><p>It is probably best to use the tag library for this which will put the viewer in a div tag. Take a look at:<br />
<a class='bbc_url' href='
http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.php#tags'>Using
the BIRT Report Viewer</a></p></blockquote>
<br />
Thanks I go it working inside JSP.