I have a Table Report with 70 columns. My requirement is to freeze the First Column as I scroll horizontally.
我有一个包含70列的表格报告。我的要求是在水平滚动时冻结第一列。
I have tried checking row headers in Tablix properties, but still it's not working. How can I freeze the first Column?
我已经尝试检查Tablix属性中的行标题,但它仍然无法正常工作。如何冻结第一列?
1 个解决方案
#1
3
Here are the steps for Freezing columns/rows in SSRS
以下是在SSRS中冻结列/行的步骤
Step1. Go to Groupings
pane at the bottom and select Advanced Mode.
步骤1。转到底部的“分组”窗格,然后选择“高级模式”。
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
Step2a。选择“列组”下的“静态成员”,它将突出显示指向的列。在属性中将FixedData标记为True
For future ref:
对于将来的参考:
Step 2b. For freezing rows you would set the FixedData
property of Static members under Row Groups
.
步骤2b。对于冻结行,您可以在“行组”下设置“静态”成员的FixedData属性。
#1
3
Here are the steps for Freezing columns/rows in SSRS
以下是在SSRS中冻结列/行的步骤
Step1. Go to Groupings
pane at the bottom and select Advanced Mode.
步骤1。转到底部的“分组”窗格,然后选择“高级模式”。
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
Step2a。选择“列组”下的“静态成员”,它将突出显示指向的列。在属性中将FixedData标记为True
For future ref:
对于将来的参考:
Step 2b. For freezing rows you would set the FixedData
property of Static members under Row Groups
.
步骤2b。对于冻结行,您可以在“行组”下设置“静态”成员的FixedData属性。