SSRS header to be frozen while scrolling down the report

百般思念 提交于 2019-12-25 03:24:10

问题


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 to (right click on tablix) Tablix Properties > General and check the option Keep header visible while scrolling. Then go to column/row groups in the advanced mode, chose your static row and set the Fixed Data mode to True, Repeat on new page to True and Keep with group to After.

Here is prbably the best reference: KeepHeaderVisible



来源:https://stackoverflow.com/questions/53590845/ssrs-header-to-be-frozen-while-scrolling-down-the-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!