views:

30

answers:

1

Hi friends,

I am generating a report with the dynamic jasper, I want to remove a report line, when line is bank. I know how to do in jasper report. But can anyone suggest me how to remove blank line though dynamic jasper using code.

A: 
  1. Make sure you have set "Blank when null".
  2. Make sure you have set "Remove when blank".

You can also use PrintWhenExpression and check the value of the field for content.

Dave Jarvis