I have an Aspose text report that uses a RDLC file. The file has a header and a footer with the text area in between. When the contents of the text area fills instead of continuing on a 2nd page it creates a blank text area for page 1, then creates page 2 with the text data and depending on how much text there is it either creates a new line on page 2 and gets everything on the 2nd page or creates a 3rd page and bumps everything up and gets rid of the 1st blank page. How can I stop this blank page?
@htaylorAspose Could you please attach the .rdl report(s) that cause the issue, the resulting Microsoft Word documents produced by the rendering extension. In addition, please attach your data source if possible. A neat way of extracting a database to send is backing it up to a single disk file. We will check the issue and provide you more information.
I have solved this in a fashion.
- I tightened up the text area so it consumed the entire area of the report for the text.
- I had “CanGrow” set to True. I also set “CanShrink” to True.
This seems to have fixed it for me.