Freeze column header while scrolling

白昼怎懂夜的黑 提交于 2019-12-06 05:29:50
Rana_kgec

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

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