How to remove blank lines in case when WhenPrintExpression is false?
问题 We are using JasperReports 6.6. I use conditional expression to display certain parameters. The behaviour is as expected. However, when it is not printed, there is still blank line space. The fields are not touching each other, I took care. There are all isRemoveLineWhenBlank. Print when no expression is functionnal since the expression content is not displayed when the condition is not ok. The other elements are float type. TRY I tried solutions from other answers but do not correspond to my