Freeze column header while scrolling

笑着哭i 提交于 2019-12-07 21:45:02

问题


I want freeze all column headers while scrolling down. Also, I want to freeze the first four columns with data when I scroll vertically.

For the second part, I used the FIXED data property for the first four columns. It's working perfectly.

How do I freeze all column headers when I scroll downwards?

I am using SSRS 2005.


回答1:


In order to make the column header row repeat on each page, please refer to the steps below:

  1. Select the Tablix.

  2. In the grouping pane, click on the small triangle and select "Advanced Mode" to show static members.

  3. In the row group hierarchy, select the corresponding (static) item of the header row.

  4. In the Properties grid:

    • set KeepWithGroup to After

    • set RepeatOnNewPage to True

    • set FixedData to True

For more explanation, please refer to the MSDN blog Repeat Header / Keep Header Visible in Tables in RS 2008 at: http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx



来源:https://stackoverflow.com/questions/15609077/freeze-column-header-while-scrolling

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