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)
Viewer Tag Library with X-Frame-Options set to Deny
hallj05
<p>Hey we are using BIRT 4.2.2 and we are trying to display the reports on jsp page.</p>
<p> </p>
<p>The issue is that when using the BIRT viewer tag library it appears to be using frames to display because it gives us the following error: Refused to display in a frame because it set 'X-Frame-Options' to DENY<br>
</p>
<p>So is it possible to use the viewer tag library with x-frame-options set to deny? If not how would we display a report with that setting?</p>
<p> </p>
<p>Here is what our code looks like using the viewer tag library</p>
<p> </p>
<p><%@ taglib uri="/WEB-INF/tlds/birt.tld" prefix="birt"%><br>
<birt:viewer id="birtViewer" reportDesign="sample.rptdesign" pattern="frameset" height="600" width="1000" format="html" scrolling="yes" showParameterPage="false"><br>
</birt:viewer></p>
<p> </p>
<p>We want the report to load and use the BIRT viewer so that we have all the options like exporting to Excel and Word.</p>
<p> </p>
<p>Thanks for any help!</p>
Find more posts tagged with
Comments
There are no comments yet