Repeat one particular row when table overflows

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v10)  /  Re: Repeat one particular row when table overflows

DynamicPDF CoreSuite for .NET (v10) Forum

I have a table of 10 rows. Do i have an option to repeat only the 5th row when the table overflows to second page. Please let me know
Posted by a ceTe Software moderator
Hello,

DynamicPDF Generator does not support repeating a specific row in all overflow tables. You can however repeat first X row(s) in an overflow table. You will need to set the RepeatColumnHeaderCount to the number of rows you would like to repeat in every overflow table. Below is the code sample.

table.RepeatColumnHeaderCount = 1;

Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 4:47 AM.