How to repeat group header per sub group in SSRS

2019-09-14 13:47发布

Is there any way to repeat the group header of the report for each sub group like below in SSRS? enter image description here

I keep looking on google but it only gives me a solution on how to repeat the group header on each page but that's not what I need.

标签: ssrs-2016
1条回答
放荡不羁爱自由
2楼-- · 2019-09-14 14:13

You need to select the static row group that corresponds to your subgroup. In the rows group area, click the dropdown arrow on the left and select 'Advanced Mode'. Click through the rows under Row Groups until you find the static group that highlights your subtitle. Open the Properties of that group (F4), and set KeepWithGroup to After and RepeatOnNewPage to True.

查看更多
登录 后发表回答