Top "Jasper-reports" questions

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

JasperReports 5.6: JRXlsExporter.setParameter is deprecated

I have this code to export a JasperReprot to XLS: JasperPrint jprint=JasperFillManager.fillReport(expRpg, null, new JRBeanCollectionDataSource(datalist)); JRXlsExporter …

java jasper-reports export deprecated
When export a report to PDF change the font

I'm using Jaspersoft Studio 5.2, and I did a report with Courier New font, and when I exports this to PDF, …

fonts jasper-reports export-to-pdf jaspersoft-studio
How to create watermark in the background band in iReport

I am trying to create a watermark with a text in a report. For e.g. have a text like …

jasper-reports ireport
#java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester

I am getting java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester error and I am stuck with this error for …

java jasper-reports classpath noclassdeffounderror
Multiple detail band in JasperReports

I want to show multiple detail section in my jasper report. How to add multiple detail bands in JasperReports? For …

jasper-reports ireport
How to increase Detail band height dynamically

My requirement is to increase the Detail band height dynamically when the text field has more data. Are there any …

jasper-reports
Avoid repeating column header in JRXML

How can I avoid the column name repeating in JRXML? Is there any attribute for avoiding having the column header …

jasper-reports
New lines in Jasper Reports?

I've just started using Jasper Reports to generate reports from data retrieved using Hibernate. Everything is working, except JR doesn't …

java jasper-reports newline line-breaks
What is the difference between variable, parameter and field in JasperReports?

I am a newbie to JasperReports, have been working on some small samples. It seems "Fields", "Parameters" and "Variables" are …

jasper-reports
Two SQL query inside single JasperReport

We are generating reports based on iReports and JasperReports for web application. Using iReports I found I am struck with …

jasper-reports reporting ireport