Forum Discussion
Paginated Reports -> Text Truncates when using "Export to PDF" specifically
- 4 years ago
For anyone following this post, it seems I am not the only one experiencing this issue. There is a similar post with a workaround found on stackoverflow https://stackoverflow.com/questions/12922665/first-textbox-in-tablix-cell-defeats-cangrow-of-other-textboxes-if-it-spans-page
I just tested this out and it does prevent the text from cutting off by adding a 2nd rectangle within the rectangle to capture page 2 elements.
Actually going back to this with more findings: This textbox is contained within a parent rectangle. When I remove the textbox from the rectangle, the size of the box grows as required. I suspect that the rectangle / container has a maximum height that it does not grow beyond. I say that because text boxes towards the top of the rectangle have quite a bit of text and they expand to page 2 once the problem text boxes are running out of space. So I guess the question is whether or not the rectangle is supposed to cap at a certain length? Especially if a page expands beyond 2 pages.