Dhina
Dhina

Reputation: 31

Freezing A Row In SSRS Report Body

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

Upvotes: 3

Views: 4479

Answers (1)

King
King

Reputation: 339

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

Upvotes: 2

Related Questions