Tuesday 18 September 2018

Repeat table Header on all pages of a report

Hello reader, repeating table header across all pages of a report can be tricky especially if you are new to report design. It is not as difficult as it might seem. Here are the steps;



  1. Open the report in layout mode. The RDLC kayout of your report should be on display
  2. Go to column groups advance mode
  3. A series of static groups is created
  4. Select a static group for the row you would like to repeat
  5. Set the properties of that Row static group as follow

             KeepWithGroup ="After"
             RepeatOnNewPage = "True"


The procedure is true for both Report builder and Visual Studio 
Based on article published  here
Cheers!