1. JasperReports on mobile platform stackoverflow.comI 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.comI am new to JSF and JasperReports. Can anyone suggest a sample webapplication for JSF with JasperReports which doesn't use a database connection? |
3. how to pass java instance variable to jasper report coderanch.com |
4. problem in jasper report coderanch.com |
5. use if else in jasper report coderanch.com |
6. problem in jasper report and subreport coderanch.comAre 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 |
8. failed to generate excel report using jasper report and JSF coderanch.com |