Repeat Table Rows (headers)

edited September 2013 in FastReport .NET
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

  • edited 11:13AM
    Tablecell have printon property. This may work.

    TableCell tc
    tc.PrintOn = PrintOn.RepeatedBand;

    also band must have repeat on every page checked.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.