Top "Jasper-reports" questions

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

Style a text field in JasperReports

I know how to apply inline style to Static Text in JasperReports. Can the same be done for Text Elements (…

styles jasper-reports ireport
JasperReport - wrap text to show long text in textfield

I am using jasper report as reporting tool in my application. And I am wondering how can i wrap the …

java jasper-reports
Passing parameters from main report to subreport in Jasper

I have a JasperReport where I am passing the report Date from a Main Report to a sub report. This …

jasper-reports subreport
How to insert a page break in JasperReport

I have a JasperReports template, with a filled detail band. If I run the report, I have a page count …

jasper-reports ireport page-break
iReport: Passing parameters from a main report query to a dataset query for a table or list

I understand how to pass parameters from a main report to a subreport, since there's a specific field for this …

parameters jasper-reports ireport
Stretch a row with data overflow while having multiple rows in a single band

My requirements bind me to have multiple rows in a single "Details" band. Right now I am having a static …

jasper-reports
Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser

I'm trying to display my reports on the browser , but I keep getting this error: the strange thing about this, …

jasper-reports
Why do I get compilation error "org/codehaus/groovy/control/CompilationFailedException"?

I am trying to compile my JasperReports template using an Ant script and Java. I am getting this error: jasper …

java ant compilation jasper-reports
Multiple queries in a single jasper document

Until now I have always been constrained by one thing with jasper-reports. I can only write one data query in …

jasper-reports
JRBeanCollectionDataSource: How to show data from the java.util.List from JavaBean?

My JavaBean contains the java.util.List. Userinfo { private String username; private String password; List<Address> listAddress; } How …

java jasper-reports