Repeat Table Rows (headers)
I have a TableObject that is built up manually in code. The top two rows act as the headers. How can I manipulate the report to repeat these two rows at the top of each new page to mimic the affect of RepeatHeaders (which has no effect on a table created in code).
Comments
TableCell tc
tc.PrintOn = PrintOn.RepeatedBand;
also band must have repeat on every page checked.