hello Team,
I’m trying to add a table header row on page change how can i do that … and how can i insert page break if content goes on page no 2, your response will be appreciated,
best regards
Bilal khan
@bilalkhan190 You can achieve this using RowFormat.HeadingFormat
property. Please see the documentation to learn how to repeat header row on subsequent pages.
Also, you can keep a row from breaking across pages using RowFormat.AllowBreakAcrossPages
property.
1 Like