Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Freezing column headers while scrolling in SSRS

I have a simple table in ssrs with a single header row and no grouping. I want to freeze the columns while scrolling. I have set the properties of table(Fixed column headers AS true) . I have also checked the checkbox which says"Headers should be visible while scrolling" but still it doesn't work.

What should i do?

like image 687
Apoorv k Avatar asked Jan 24 '11 11:01

Apoorv k


People also ask

How do I show column headers while scrolling?

Select the cell below the rows and to the right of the columns you want to keep visible when you scroll. Select View > Freeze Panes > Freeze Panes.

How do I repeat a header in SSRS?

With the relevant Static group selected you will see that the Properties Window on the right hand side reflects the properties for this object now: Locate the property called RepeatOnNewPage and set this to True (as shown above). The column Headings for the table will now be repeated across all pages.


2 Answers

I think this can be fixed by setting the FixedData property to True in Advanced Mode. To get to Advanced Mode, click the down arrow on the grouping pane, select Advanced Mode, then select Details and check the properties there.

like image 83
grapefruitmoon Avatar answered Sep 22 '22 14:09

grapefruitmoon


The easiest way I found is this one. The Fixed Group property did not work for me.

like image 40
Jeppen Avatar answered Sep 18 '22 14:09

Jeppen