Scenario : I have a jasper report with several text fields inside a detailed range. Each text field has the following properties:
- Position: Float
- Stretch Type: Regarding the tallest object
- Print on overflow details: False
- Stretch With Overflow: True
The information bar has the property:
Current result:
When one of the text fields is above the page and continues to the next page, all other text fields are stretched to the end of the page.
Problem:
I want all text fields to stretch on the next page. If I use the "Print When Detail Overflows: True" property, this causes the text fields to be reprinted with duplicate data. This is not my intention. I want the text box to stretch over several pages.
Thank!
source
share