When the last entry in a page is too long, It will show in next page, when it show all the table line is missing.
This is the result:
You can put the staticText
element without text behind the textField
element. You should set stretchType
property with RelativeToTallestObject value and isPrintWhenDetailOverflows
property with true value.
The sample:
As result you will get the vertical border at the second page.
The result before adding the second staticText
was (the vertical border at the second page is absent):