Prerequisites:
JasperServer Community 7.1,HTML
Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.
Step 1: Created a Sample Report in Jasper Server
Step 2: Created a web page containing a button and div with id : reportContainer.Whenever we click on the button , the jasper report is rendered in the container(div) using java script iframe code.


Step 3:Use the below script to render a Report in HTML on button click
Passing the Jasperserver URL and Login Details and Report URI

In renderDashboard function, we are validating the Jasper credentials and Rendering the Report

Using IFrame to display the Rendered dashboard in HTML
Step 4: Save this HTML in below location by creating a new folder βhtmlβ in webapps
<jasper home>\\apache-tomcat\webapps\html

Step 5: Access the HTML file from below URL and click on Render Dashboard
Make data easy with Helical Insight.
Helical Insight is the world’s best open source business intelligence tool.
http://localhost:8080/html/renderStore.html
Output :

Thank You,
Satya Gopi
Helical IT Solutions Pvt Ltd
Free Open Source BI Platform

- AI-Powered Analytics
- Embedded Analytics
- Single Sign-On (SSO)
- Multi-Tenancy
- Paginated Canned Reporting
- Interactive Dashboard
- White Labeling
CODE NOT CLEAR, KINDLY SHARE CODE