How do I print reports in Sencha? Is it possible to use a reporting tool like Crystal Reports?
Printable View
How do I print reports in Sencha? Is it possible to use a reporting tool like Crystal Reports?
This is a very broad question.. This depends on your requirements.
I have used iText (java), TCPHP (php), phpExcel, Jasper Reports (Java).
These are all server based solutions. Jasper Reports is most likely the closest if you want something like CR.
Scott.
Thank you Scott for your reply.. I'm also looking into creating report via PDF Generation. It would be great if you could share your thoughts on that.
Linton
I prefer iText PDF generators. It uses Java, and very easy to pick up.
The downside is that not all shared ISP provide tomcat/java. There are good PHP options available as well.
Scott.
Hi Scott,
May I ask for the sample please?. If thats okay...
I think this is the only thing missing in my app.
Thanks
There are many examples on their website:
http://itextpdf.com/book/examples.php
Scott.
Thanks scott!
Really glad for your replies their really fits to my needs
:D