How to freeze First Column in tabular Report?

≯℡__Kan透↙ 提交于 2020-01-14 10:16:12

问题


I have a Table Report with 70 columns. My requirement is to freeze the First Column as I scroll horizontally.

I have tried checking row headers in Tablix properties, but still it's not working. How can I freeze the first Column?


回答1:


Here are the steps for Freezing columns/rows in SSRS

Step1. Go to Groupings pane at the bottom and select Advanced Mode.

Step2a. Select the Static Member under Column Groups and it will highlight the column where it points to. In the properties mark the FixedData to True

For future ref:

Step 2b. For freezing rows you would set the FixedData property of Static members under Row Groups.



来源:https://stackoverflow.com/questions/23416826/how-to-freeze-first-column-in-tabular-report

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