Reputation: 11195
Before you accuse me of dup posting, trust me, I'm not.
I have an issue with keeping headers visible while scrolling. It doesn't work. I deploy the project, and no browser (or version therof) will fix the accursed header.
I have a report with 2x Tablix, one above the other. I need the header row of the second tablix to remain fixed. The header row isn't actually the first row, so I set the Static group to FixedData=True
.
The tablix has been set to KeepTogether=True
, resulting in the 15+ pages appearing as one long page.
I have set Tablix FixedColumnHeaders=False
and FixedRowHeaders=False
(although I have tried with =True
with the same result: no fixed header.
Browsers used: Chrome, Firefox, IE11/10/9/8
Can anyone help with this?
Upvotes: 0
Views: 3476
Reputation: 2156
Try by changing the static
components of Row Groups
to FixedData=True
.
Upvotes: 0