DANFE in Jasper - problem with field additional data

1

I have a DANFE report developed in Jasper and I need the information in the "Additional Data" field printed. However, when the field is overflowed, it does not print the rest of the information on the next page, but it prints the field from the beginning, leaving it with the same information on every page.

In Field I'm using the following properties:

  • Stretch With Overflow: true;
  • Stretch Type: Relative to Tallest Object;
  • Position Type: Float;
  • Print When Detail Overflows: False;

The field is in the Band Page Footer, which has the option "Split Type" as "Prevent" and already tried to use as "Stretch" but did not solve the problem.

Thank you in advance.

    
asked by anonymous 04.01.2016 / 17:49

1 answer

1

Dude, that is, Page Footer only prints once on each page, so that your Additional Data breaks page you have two options: either you put your Additional Data field in a new Detail, or create a Group. The two will continue on the next page as you want, as Page Footer resets itself to each page iteration.

    
05.01.2016 / 14:22