This report has a number of groupings and when exporting to DOCX it is attempting to keep the groups together i.e if it does not fit on the same page it starts on the next page. I have checked the “Keep together” settings in the report designer and they are set to false.
When exporting to ASPOSE DOC the results are correct though.
Can you suggest a work around ?
I am using the flow layout config for aspose and need to keep it like that as I need to flexibility to edit the output.
Update:
Removing
OnEachPage
makes the docx export the same as the doc export. However if you add headers to the table they do not repeat correctly on each page (for both doc and docx). They appear mid way. (Both doc and docx). Having the OnEachPage config seems to have the headers correctly repeated on the page.