3

I have been looking for a reporting tool for AngularJS and have been without luck.

I wanted to know if we can use JasperReports with AngularJS. I stumbled upon this and this link. But they didn't help much.

Any help would be great!

PS: In case JasperReports cannot be used with AngularJS, are there any reporting platforms for AngularJS?

Community
  • 1
  • 1
Vivek Todi
  • 311
  • 1
  • 7
  • 24

2 Answers2

0

Short answer: No, long answer: No, Jasper Reports is based on Java, so you'll need to setup a Java server (or a Jasper Reports Server) that renders to HTML and then use that HTML output in an Iframe or inlined in your code using some server side technology, speaking of which, depeding of your server side technology you may also find a Jasper Reports implementation for your particular server side technology.

Miguel Garcia
  • 841
  • 5
  • 9
  • We have node js communicating with MongoDB at the server side, I found that Jasper can talk to MongoDB. Let's see if we can connect node to Jasper somehow. – Vivek Todi May 27 '14 at 15:24
  • I m seeing this topic, I also have to use Jasper Report with angularjs and Java /Mysql on server side, did you manage to do it? – user1260928 Mar 11 '15 at 11:52
  • No we shifted to another reporting platform at jsreport.net Jasper is very powerful but somehow we had too different needs and getting it done via Jasper had become painfully time consuming. – Vivek Todi Aug 01 '15 at 10:51
0

Please have a look for Visualize.js. Maybe it would be useful for your case.

Sagar Mali
  • 21
  • 3