I\'m using JasperReports and I\'m using the provided JRBeanCollectionDataSource class to wrap a List of beans. Everything works fine in my reports when I\'m accessing a simple property of the bean, bu
I have created a master report and a sub report. I have written the code in jsp to call the master report but it gives an error.
I design a report in iReport with windows + weblogic, and there is a page header and detail column, and I place a subreport in the detail column.
I have a field in my jasper report which has a expression value like $F{address_street1}+\" \"+$F{address_street2}+ \" \" +$F{address_state} + \" \"+$F{address_country}+ \" \"+$F{address_zip}
I am trying to use a font, that is not installed on my local OS, with a JasperReports. The jasper report uses in this way:
I am using jasper report with my application and generating the reports in pdf formats, which are coming up fine. We want the user to be able to view those reports in html also with in the application
I have a report to be printed or exported to PDF format. I\'m using jasper reports and jasper assistant/ireports.
Is there a way to print only specific pages in jasper. I need it for pagination purpose. ex: if I have 20 pages, i should be able to get jasper to generate one page report at a time. Can i pass the p
How do I set the number of rows to be displayed per page in a report using iReports. Ex: if i have 100 records, I wasnt to display 10 per page and开发者_如何学编程 then break. The default behavior is
I\'m a newbie in using JasperReports. In my Swing application I want t开发者_高级运维o show JRViewer inside a JPanel or JFrame.