When I have a page header and a page footer and exporting to word, there is a page break after the footer resulting in a every other page being blank.
I have narrowed it down to the padding generated at the bottom of a section.
From the screen capture
Green = Details Section BGColor
Orange = Table BGColor
In the Report Viewer you can see the green from the bottom of the details section because the table was split to fit on each page.
Within Word, you can see that the green padding rows does not fit and Word pushes it to the next page. causing the blank page which is really a pad row with PageBreakAfter.
Also, the DOCX rendering extensions is splitting the content into an outer page layout table
[ row ] => page1 table (orange)
[ row ] => padding row (green)
[ row ] => page2 table (orange)
[ row ] => padding row (green)
Each page acts independent of each other, Page size, margins, header and footer as if they were process separately and stitched together.
This is apparent when you change the page size within word to legal and all that is accomplished is extra padding at the bottom of that single page.
Split tables also eliminates the ability to select an entire column.
RTF processes a single document correctly allowing Word to generate its own page breaks with a single page header/footer.
Is there a way to configure Telerik to generate a continuous page rather then the individul ones for DOCX export?
Thanks
Steve
I have narrowed it down to the padding generated at the bottom of a section.
From the screen capture
Green = Details Section BGColor
Orange = Table BGColor
In the Report Viewer you can see the green from the bottom of the details section because the table was split to fit on each page.
Within Word, you can see that the green padding rows does not fit and Word pushes it to the next page. causing the blank page which is really a pad row with PageBreakAfter.
Also, the DOCX rendering extensions is splitting the content into an outer page layout table
[ row ] => page1 table (orange)
[ row ] => padding row (green)
[ row ] => page2 table (orange)
[ row ] => padding row (green)
Each page acts independent of each other, Page size, margins, header and footer as if they were process separately and stitched together.
This is apparent when you change the page size within word to legal and all that is accomplished is extra padding at the bottom of that single page.
Split tables also eliminates the ability to select an entire column.
RTF processes a single document correctly allowing Word to generate its own page breaks with a single page header/footer.
Is there a way to configure Telerik to generate a continuous page rather then the individul ones for DOCX export?
Thanks
Steve