Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8419

How to view HTML page source in CR2011 CrystalViewer

$
0
0

We are migrating from CR2008 SP3--> CR2011 (Unmanaged RAS SP5, OEM Edition 14.0.5.882)
We have JSP page which wraps the CrystalViewer output between a ReportMenu page

 

viewer.setOwnPage> FALSE Ensure that it is not generated with tags

response.setBufferSize(4096);
response.setContentType("text/html; charset=UTF-8");
Writer out = response.getWriter();
request.getRequestDispatcher("/webrpts/header.jsp").include(request,response);
viewer.processHttpRequest(request, response, servletContext,response.getWriter());

 

When we upgrade to CR2011, the viewer is showing the report in a BOX
if we right click view Source, the report content are not shown.
Is there any parameter to view the report source?
I tried to print the output using viewer.getHtmlContent(request, response, servletContext);
It does not output the Report Content....
I am attaching a document to show how it is output in CR2008 and CR2011
What is the difference between CR2008 and CR2011 Viewer?
Please help.


Viewing all articles
Browse latest Browse all 8419

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>