Thanks in advance. I need to know how to freeze a row in the body part of a ssrs report. I'm using the tool: Microsoft Visual Studio 2008 ; version 9.0
Asked
Active
Viewed 4,261 times
3
-
What do you mean by 'freeze a row' ? – adolf garlic Aug 23 '11 at 08:27
-
it should be shown always even while scrolling the page... – Dhina Aug 23 '11 at 09:19
-
as far as I know you can only do this with table headers or report headers – adolf garlic Aug 23 '11 at 10:23
-
could you please explain briefly the procedure? – Dhina Aug 23 '11 at 11:00
1 Answers
2
You can do this with any static row.
On the far right of the Row Groups and Column Groups Sections there is a little down arrow. Click that and select 'Advanced Mode'
Now in the row groups section you can select any static row. Choose one corresponding to the row you want to freeze (the cells will highlight when you click) and set the property FixedData = True

King
- 339
- 1
- 5
-
For more detail: http://stackoverflow.com/questions/1368861/ssrs-2008-fixing-the-row-header – Dec 21 '15 at 18:52