JasperReport « Development « JSF Q&A





1. JasperReports on mobile platform    stackoverflow.com

I have web application that uses JasperReports for PDF report generation. I'd like to write a mobile version of my application, specifically iPhone development (iOS). Will this be possible?

2. JSf with Jasper Report sample example    stackoverflow.com

I am new to JSF and JasperReports. Can anyone suggest a sample webapplication for JSF with JasperReports which doesn't use a database connection?

4. problem in jasper report    coderanch.com

5. use if else in jasper report    coderanch.com

6. problem in jasper report and subreport    coderanch.com

Are you trying to pass the connection Object to the subreport? Ideally if you are using subreports in Jasper, you should get all your data in a collection and then pass all the data to main report which again can pass the data to sub report. This is the way I have done the Jasper report.

7. Jasper Reports    coderanch.com