JasperReports is an open source reporting tool that can be used in all Java applications from desktop to web applications.
I'm trying to generate report with DynamicJasper, but I'm getting the following error: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font …
jvm jasper-reports ubuntu-10.04 dynamic-jasperI have jrxml file, I want to compile this to get .jasper. How do I compile and get that jasper …
java jasper-reports ireport jaspersoft-studioI have below similar report in Jaspersoft iReport Designer, but not able to figure out how to sum all values …
jasper-reports ireportI want to show an image on a jasper report. I have the following on the .jrxml: <image> &…
java jasper-reportsI have a field in my jasper report which has a expression value like $F{address_street1}+" "+$F{address_street2}+ " " +$…
jasper-reportsI want to do a comparison such as: if <field> == 0 then "-" Can somebody tell me the syntax …
jasper-reports ternary-operatorI'm writing a pretty simple sample project for familiarizing myself with Jasper Reports. I'd like to export a report I've …
java jasper-reportsI'm using JasperReports and I fill the JRDataSource for ther report. Now, I want to pass the main REPORT_DATA_…
jasper-reports datasource report ireport subreportI have a string with some numeric value. I want to format it in a way where hundreds are comma …
java string formatting jasper-reportsI have to show columns: - send - receive - cancelled In a report column by checking a value from …
jasper-reports expression