Hello,
I'm working on a report with several subreports created programatically. Everything is printing fine except for two (very similar) subreports. These two subreports contain multiple text boxes of various sizes and display repeating information coming from a DataTable. We are rendering straight to PDF with no ReportViewer.
Everything looks great until the point near the end of the subreports in question. Their information becomes cut off and covered by the subreport that is next in sequence. I can use Adobe Reader's "Search" function to find the text that's cut off, and it highlights some sort of invisible text underneath the next subreport. Rearranging the subreports changes where the overlapping occurs, but still cuts off part of one or both of the subreports at some point. I narrowed down the problem somewhat by setting CanGrow to false, but that only works on a very limited number of text boxes and prevents my report from displaying correctly.
Has anyone else run into this, and more importantly, found a fix for it?
Thanks,
Shane
I'm working on a report with several subreports created programatically. Everything is printing fine except for two (very similar) subreports. These two subreports contain multiple text boxes of various sizes and display repeating information coming from a DataTable. We are rendering straight to PDF with no ReportViewer.
Everything looks great until the point near the end of the subreports in question. Their information becomes cut off and covered by the subreport that is next in sequence. I can use Adobe Reader's "Search" function to find the text that's cut off, and it highlights some sort of invisible text underneath the next subreport. Rearranging the subreports changes where the overlapping occurs, but still cuts off part of one or both of the subreports at some point. I narrowed down the problem somewhat by setting CanGrow to false, but that only works on a very limited number of text boxes and prevents my report from displaying correctly.
Has anyone else run into this, and more importantly, found a fix for it?
Thanks,
Shane