Yousuf Sultan
Yousuf Sultan

Reputation: 3257

Freezing rows and columns in SSRS

I need to freeze my row headers and the first three columns in my SSRS report. I don't have a column group. In th tablix properties, I have checked the Keep header visible while scrolling option. When I scroll down, I am having no issues the rows headers are visible.

enter image description here

But when I scroll right, this is how my report looks like:

enter image description here

I want to see the row headers for the first three columns that have been freezed as well.

Can anyone suggest how do I go about doing the same.

Upvotes: 1

Views: 3711

Answers (1)

Aldrin
Aldrin

Reputation: 766

You should check both Row Headers and Column Headers Keep header visibile while scrolling

Upvotes: 1

Related Questions