Jump to content
We've recently updated our Privacy Statement, available here ×

Integrating TIBCO Jasper Reports to web


shareertm
Go to solution Solved by plambert_1,

Recommended Posts

I am currently working on web application based on Angular JS,HTML5. I have a report section on the same where i am displaying the report data through API calls.

I feel that displaying reports through API call is not the best practice so i did some research and came across TIBCO Jasper reports and its looking fine till now.

What i have done till now is

  1.     Installed Jaspersoft Studio in my local machine.
  2.     Connected the same to my DB and generated JRXML file.
  3.     Uploaded the JRXML file to jasper server and generated reports from DB.


What i need to do is

    I see i can generate reports in various formats from jasper server like pdf, excel etc.. How do i integrate this to my web page?

Please assist me on this and share your thoughts. Thanks in advance.
 

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

What you do want to do is not clear. Are you using Community version?

- If you want to display the report visualizer as with jasperserver you will need to use HTTP APIs ie. Iframes
- If you want to be able to generate documents with the choice of the format use rest_v2/reports/<path_to_report>.<format>
Thanks to rest APIs you can generate reports easily and put it into your web page and handle your logic.
-  if you are using professional version you could also use visualize.js

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...