I am using JasperReports and have some problem with textField data continue on next page.
I have 3 textField in detail band.
Band splitType="Stretch".
Every textfiled has borders and isPrintWhenDetailOverflows param set "true".
When data in textfield does not fit on page it continues on next. So i need to print other textfileds of same band (because i need to print borders of every textfield)
But isPrintWhenDetailOverflows="true also leads to repeating data in other textfields on second page though their contents fits on first page.
Illustration:
The jasper report documentation says:
So I think it might be a problem. Remove
isPrintWhenDetailOverflows="true"
. The two thingsisStretchWithOverflow="true"
andstretchType="RelativeToTallestObject"
are working for me in this case. So yourtextField
will be like: