Top "Jasper-reports" questions

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

Using variables in Conditional Style

I have a Title band with a Text Field containing a calculated Variable $V{avg_perc}. The Text Field has …

jasper-reports ireport
Display Full Text in Excel without truncation

How to display Full Text in Excel without truncation programatically? Currently the data is getting truncated. Is it possible to …

jasper-reports
Multiple Groups in jasper reports

I want to create multiple groups in ireport, and the data should display in a group-wise manner.For Eg: First …

jasper-reports report ireport
Switching page orientation in ireport

I've read there's no way to handle mixed orientations natively using iReport, however reading the documentation I wonder if by …

jasper-reports ireport orientation-changes
How can I test a jasper report?

I want to test all the jasper reports of my application. I want to be able to detect: Compilation problems (…

java unit-testing testing jasper-reports
JasperReports: is it possible to use multiple data sources, or if not, to use collections in parameters?

It seems that the reporting idiom is that a report consist of a single list of items, with some additional …

jasper-reports
How to join records from multiple object tables to a master table with a single query?

So I have a data model which is set up with a table that contains NAME, ID, and CONDITION columns …

sql jasper-reports inner-join multiple-tables
JasperReports text field stretching - can stretch height be limited?

I've got the following problem with a JasperReports subreport that I've been trying to solve for the past couple of …

jasper-reports subreport
How to configure mail server settings in JasperReports Server 4.0.0

I'm using JasperReports Server 4.0.0 and I want how to configure mail server settings to mail the reports by report scheduling. …

jasper-reports jasperserver
Print footer on first page only

I would like to have a footer appear only on the first page of jasper reports. After searching the forums, …

jasper-reports ireport footer