Export to HTML using Jasper Report or Dynamic Jasper
How can we export HTML to a specific page. Suppose I wa开发者_运维知识库nt to display report in a page called 'viewreport.jsp' . How do I specify the page to which the export should be done?
You could generate report and put it as pdf in an iframe or use target="_blank" and open document.
精彩评论