How to repeat Tablix header on every page of SSRS report

Problem

After paginating the SSRS report on the previous article, I encountered another problem displaying Tablix header on multiple pages.

Solution
  1. Ensure View | Properties is checked
  2. Click on the following triangle icon to select Advanced Mode
  3. Click on the first static on the Row Groups and set the Tablix Member | Other | KeepWithGroup:After and RepeatOnNewPage:True

Explanation

The selected (static) row to repeat on the new page was actually the header of the table (Tablix). You can visually identify the highlighted-part of Tablix as you click on the (static) row on the Row Groups.

If you want the header to display on browser when scrolling down, ensure Tablix Member | Other | FixedData: True

Comments

Popular posts from this blog

How to search Active Directory group members using Windows 10 built-in tools

How to check and reload PAC (Proxy Auto Configuration) file on Windows