iReport is a GUI designer for JasperReports and JasperReports Server.
I have some utf-8 characters in jasperreports template. In iReport editor everything fine. But after compiling the output PDf can …
jasper-reports ireportI need to convert or format my timestamp to date in the report I am generating using Jasper Reports iReport …
java jasper-reports ireportAnyone know of an open source Jasper Reports DataSource implementation that can handle JSON data? I'd like to utilize JSON …
json jasper-reports ireportI'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 ireportI am trying to generate a report containing a table. These are the important parts from the jrxml: <jasperReport &…
jasper-reports ireport xmltableI am generating a report from a JRBeanCollectionDataSource. This report is about a customer's order. This is my code public …
jasper-reports ireportI am using Jasper iReport. When I try to connect to IBM DB2 I get an error: "Permission denied: ERRORCODE=…
db2 ireportIt is my jrxml code: <?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:…
java jasper-reports ireportI need a reporting capability in my web application. I have googled the net and found that JasperReports is the …
jasper-reports ireportI have a Title band with a Text Field containing a calculated Variable $V{avg_perc}. The Text Field has …
jasper-reports ireport