Top "Jasper-reports" questions

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

cvc-complex-type.3.2.2 attribute 'uuid' is not allowed to appear in element 'jasperreport'

Downloaded iReport-4.6.0 for Linux and when creating a new report via the File->New... menu, the new report is …

jasper-reports ireport
What are the Maven repositories for Jasper Reports?

Where can I find the Maven repositories for the latest versions of Jasper Reports? I've tried in the main site …

maven-2 maven jasper-reports
How to get the total row count?

I want to get total row count in iReport. The intention is to print a label based on the total …

jasper-reports ireport
Subreport overflowed on a band that does not support overflow

I recently had an issue with a subreport of my JasperReports's report in which I was getting the following error: …

jasper-reports
How can I increment a variable with value of another variable in JasperReports?

I need to make a grand total of the items I'm counting in a subReport. To do that, I think …

jasper-reports
Stretch a row if data overflows in jasper reports

how do i stretch a row when data overflows the band height in jasper reports, I have set the stretch …

java jasper-reports report itext
jasperReport/iReport subreport shows blank (not displayed)

I am trying to create a sub report(report1_subreport3.jrxml) from the main report(report1.jrxml) using iReport designer (…

jasper-reports ireport
Jasper Reports - align dynamic text fields and their labels horizontally

I'm using Jasper report 5.2, iReport 5.2 and exporting the report in RTF and PDF formats. In my report I want to …

jasper-reports alignment textfield ireport
Jasper Reports - how to get column footer to appear directly below details band

I'm trying to get a column footer band to appear directly below a details band. The details band contains normally …

jasper-reports
Generate Jasper report with subreport from java

I know how to generate jasper report without any subreport. But currently I have a subreport in my report and …

java jasper-reports