Jeff.Clark
Jeff.Clark

Reputation: 611

Repeating column headers for SSRS report

Thank you in advance for your help. My issue is that I have created a stepped report that looks like the below in the designer:

enter image description here

And produces results such as (fake data):

enter image description here

The issue I am having is that for people with lots of job changes, sometimes that runs on to a new page when exporting to PDF and I cannot find a way to get the column headers to repeat (Item, Change Date, Before, After etc...) such as:

enter image description here

I have followed all of the steps in This MSDN article and This MSDN article to no avail. Not sure how to proceed.

Upvotes: 0

Views: 2137

Answers (1)

Harry
Harry

Reputation: 2941

Click on the Static under EMP (ROW Group) and then properties window on the right hand side.. Select.. KeepWithGroup -> AFTER and RepeatonNewPage -> TRUE. Do this for both the Static elements under the row group.

Upvotes: 1

Related Questions