PDA

View Full Version : Creating Reports



giovani
28 Dec 2007, 12:08 PM
It is my understanding that currently ExtJS doesnt have any extension specifically for generating reports. Does anyone know what would be a good tool to generate reports from a ExtJS grid ?

My goal is to have a grid with the correct information being viewed by the user, and then he/she would press print, and a report would be created (i.e.: pdf).

Thanks!
Giovani

JeffHowden
28 Dec 2007, 2:16 PM
The solution you come up with will depend on what you have available to you serverside.

new2ext
28 Dec 2007, 6:47 PM
There's ReportLab available:
http://www.reportlab.org/

Eric Suen
28 Dec 2007, 8:04 PM
If your serverside support java, you can try http://www.jasperforge.org/sf/projects/jasperreports, If you using ASP.NET, you can try http://www.fyireporting.com/, they both are open sourced...

giovani
2 Jan 2008, 1:04 PM
thanks everyone for the ideas!

globalab
7 Sep 2009, 7:25 PM
Thanks for the tip =D>, i'm checking fyiReporting :)