jasper-reports

iReport whitespace after header

There seems to be 20 pixels of whitespace after my header for some reason. I would like that not to be there. I have other reports that do not have this whitespace, and I cannot figure out why. ex1: (good) HEADER ------ Result ex2: (not good) HEADER ------ Result ...

Tables in iReport

I have attempted to use a table in iReport to display data. Unfortunately, I ran into issues with it and was unable to use tables. From what I have read online from other resources, it seems that JasperServer does not support the tables used the current version of iReport (3.7.5). If this is true, why are tables not compatible? Or a...

how should I set <PrintWhenExperssion> value true or false from java code

hi, I want to set <printWhenExpression>![CDATA[Boolean.valueOf(true)]]> /printWhenExpression> to Boolean.valueOf(false) when I fill the report according to my conditions,means I want to set value 'false' in <printWhenExpression> at run time. can any one help me for this? ...

Jasper Reports: correct Table of Contents possible?

I implemented a TOC into my report as described in the official Jasper Report examples. It works well within the limitations mentioned in the example: This operation has apparently only one inconvenience. The final document does not reflect the modification in the order of pages. You can see that in our sample, the table of conten...