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 migrate SharePoint Online SPWeb with custom SPList form (PowerApps) and Flows

How to install OpenVPN server on Raspberry Pi

How to restart VirtualBox VM to certain snapshot via Ubuntu Terminal