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:
How do I move the last record (no.26) to the next page, or how I can show the line?
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:
How do I move the last record (no.26) to the next page, or how I can show the line?
You can put the
staticText
element without text behind thetextField
element. You should setstretchType
property with RelativeToTallestObject value andisPrintWhenDetailOverflows
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):Better way is to ensure, that new items in Detail band (or any band) will be generated on next page by setting, but not on the text field. For the band the text field is in, you can set the Split Type to Prevent. if you set that on the Detail Band and the row needs to overflow to next page, it will move the entire row to the next page.