Wednesday, November 16, 2011

Repeat Headers in SSRS on each page and appear on scroll of the Page

This gave me hard time today.Finally figured it out.


To make the row headers to appear in every page and appear on scroll of the page


1) Click the grouping pane of the tablix
2) Click Advanced Mode
3) Set the Following Properties

  1. FixedData -- True
  2. KeepWithGroup -- After
  3. RepeatOnNewPage --True
4)Set FixedColumnHeaders and FixedRowHeaders to false for the tablix

No comments:

Post a Comment