Top "Jasper-reports" questions

JasperReports is an open source reporting tool that can be used in all Java applications from desktop to web applications.

PDF Generation Library for Java

I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my …

java pdf-generation jasper-reports itext apache-fop
How to pass parameters to query?

I'm trying to write a query for my application, but I'm having some troubles. I need to pass as a …

sql jasper-reports parameter-passing
Dependency error in jasper-reports from itext

From yesterday I have problems compiling with maven because of iText jar. My project has a dependency of jasperreports-2.0.1 that …

maven jar jasper-reports dependencies itext
How do I print a list of strings contained within another list in iReport?

I am creating a simple reporting program using java and iReport (from jasper), which is supposed to create a report …

jasper-reports javabeans ireport
JasperReports: How to pass parameter to subReport

How to pass parameter to sub report in JasperReports? I'm able to pass the parameter to master report but I'm …

jasper-reports
Passing the List of primitive type objects as datasource for subreport

I need to pass to my subreport a dataSource with help of master report's List<String> parameter. I …

java jasper-reports
How to show JRBeanCollectionDataSource data with help of Table component?

I need to show JRBeanCollectionDataSource data in Table component (JasperReports). Here is my template, ShowPerson.jrxml file: <?xml version="1.0" …

java jasper-reports
how to put bold for certain word in textfield?

I have for writing essay in the report. I just want to bold some text in my verse. I have …

jasper-reports ireport
How to add image as parameter from projects classpath in jasper reports

I designed a jasper report using ireport designer in which I added logo image in the title of the report. …

java jasper-reports ireport
How do I change the locale that JasperReports uses?

The windows installed on my machine has the locale en_AU and that's what JasperReports uses. I already tried changing …

jasper-reports locale