SSRS header to be frozen while scrolling down the report
问题 I am trying to keep header rows static while scrolling through the report in SSRS, Visual Studio 2012. I have tried the following and it has not worked : Under Design Pane - > Row Groups - > click on (static) - > Press F4 - > Properties window will pop up. In the Properties window - >Set KeepWithGroup = After and RepeatOnNewPage = True. If you want the header to be frozen while scrolling down the report, set FixedData = True. 回答1: If you want the header visible while scrolling, you need to go