Skip to main content

SSRS Table Header Repeat in Every Page

Right click Report
Report.rdl

View Code.
Look for TablixRowHierarchy
Below that there will be a TablixMember that corresponds to the header row.
to that header and any other header rows ( Tablix Member) add the three element properties.

KeepWithGroup After /KeepWithGroup
RepeatOnNewPage true /RepeatOnNewPage
KeepTogether true /KeepTogether


You should see the header rows repeating.

Comments