Top "Ireport" questions

iReport is a GUI designer for JasperReports and JasperReports Server.

iReport + UTF-8

I have some utf-8 characters in jasperreports template. In iReport editor everything fine. But after compiling the output PDf can …

jasper-reports ireport
how to convert timestamp to date in jasper report ireport designer 4.5.0

I need to convert or format my timestamp to date in the report I am generating using Jasper Reports iReport …

java jasper-reports ireport
Jasper Reports datasource for JSON data

Anyone know of an open source Jasper Reports DataSource implementation that can handle JSON data? I'd like to utilize JSON …

json jasper-reports ireport
JasperReports: How to format numeric data with Excel exporter

I'm using iReport 2.0.2. I have a problem with formatting numeric data after generating report with help of Excel exporter. For …

jasper-reports export-to-excel number-formatting ireport
Jasper table component

I am trying to generate a report containing a table. These are the important parts from the jrxml: <jasperReport &…

jasper-reports ireport xmltable
How to pass a List of JRBeanCollectionDataSource to a subreport

I am generating a report from a JRBeanCollectionDataSource. This report is about a customer's order. This is my code public …

jasper-reports ireport
iReport to DB2 connection ERRORCODE=-4499, SQLSTATE=08001

I am using Jasper iReport. When I try to connect to IBM DB2 I get an error: "Permission denied: ERRORCODE=…

db2 ireport
How to remove extra space between rows in JasperReports?

It is my jrxml code: <?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:…

java jasper-reports ireport
JasperReports Vs iReport

I need a reporting capability in my web application. I have googled the net and found that JasperReports is the …

jasper-reports ireport
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