JasperReports is an open source reporting tool that can be used in all Java applications from desktop to web applications.
Can somebody tell me how to use the printWhenExpression of JasperReports?
java jasper-reportsI would like to embed an image into my JasperReports jrxml file. I have this directory structure. Tomcat Root webapps …
jasper-reports<?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/…
jasper-reportsI have a report created in Jasper Reports which ONLY recognizes java.util.Date's (not Calendar or Gregorian, etc). Is …
java jasper-reports java.util.dateWhen trying to export on WebLogic 11g, it throws NoClassDefFound exception. I checked the application WAR and jasperreports-3.7.4.jar is …
java jasper-reportsI've been investigating the use of JasperReports (6.0.0) with Spring MVC (4.1.3) to generate PDF reports. Spring is rife with "Spring specific" …
java spring spring-mvc jasper-reports spring-4how do I format a date field (database field) displayed part of a text in Jasper / iReports (4.5.1) Displayed via a …
jasper-reports ireportHello I'm completely new to using Jaspersoft iReport Designer. I want to have a report with two pages. The version …
jasper-reportsI can't find how to export a file in .xlsx in JasperReports 4.1.1. The class: JRXlsExporter has not a Xlsx equivalent. …
java jasper-reports xls xlsxiReport Version : 3.7.1 I approached this problem in two ways. My first method I am creating a pdf page in iReport …
java pdf jasper-reports itext ireport