Posted 27 September 2017, 9:15 pm EST
My document has a primary “group header” render object.
After the “group header” I output a RenderTable that may, or may not, overflow onto more pages.
When the RenderTable flows onto another page I want to output a secondary “group header” that is different than the primary “group header”.
I can set a page break after a certain number of rows using “rtEmplTable.Rows(row).PageBreakBehavior = PageBreakBehaviorEnum.MustBreak”.
But, how can I output my secondary “group header” on that new page?
Thanks.
– Paul