Thursday, August 30, 2012

How to get Vs2010 RDLC tablix to repeat group headers on each page

Go here do this:

http://www.codeease.com/how-to-repeat-table-header-on-every-page-in-rdlc-report.html

Incase it disappears here is the text of the workaround:
  1. Go to your Visual Studio RDLC design screen, please look at the right bottom corner in design part. There is a small black rectangle there. Click it and check what you can see:
  2. Yes, you can see “Advanced Mode”, please check on it.
  3. After you check on Advanced Mode, you will see Row Groups and Column Groups like below:
  4. Click “Static” in Row Groups list, and check the properties on the right side:
  5. Set “RepeatOnNewPage” to “True”.

No comments:

Post a Comment