I'm getting some extra pages when I export to Word.
I was getting this previously when an item exceeded the width of the page, but I cannot identify this as the existing problem.
When I change the background color of items to see if any exceed the page width, it appears that the item may calculate too wide, but renders within the page width so the finished rendered product is correct, but the extra page break has already been triggered.
I have a bunch of tables that are stacked (about 12) and some do not render because they lack content on specific loop iterations.
I apply a post init cleanup that re-stacks the tables so that they are right on top off each other but stepped by a couple pixels so they will display properly by auto growing without extra white space when a table isn't rendered.
This issue does not happen when exporting to PDF, RTF or when I change the page width, but the vertical padding is different so I'm assuming its how the Height is calculated from the Auto Grow.
I was getting this previously when an item exceeded the width of the page, but I cannot identify this as the existing problem.
When I change the background color of items to see if any exceed the page width, it appears that the item may calculate too wide, but renders within the page width so the finished rendered product is correct, but the extra page break has already been triggered.
I have a bunch of tables that are stacked (about 12) and some do not render because they lack content on specific loop iterations.
I apply a post init cleanup that re-stacks the tables so that they are right on top off each other but stepped by a couple pixels so they will display properly by auto growing without extra white space when a table isn't rendered.
This issue does not happen when exporting to PDF, RTF or when I change the page width, but the vertical padding is different so I'm assuming its how the Height is calculated from the Auto Grow.