[转]Repeat Page Header on each Page for reports SSRS

本文转自:https://stackoverflow.com/questions/3475144/i-want-to-repeat-page-header-on-each-page-for-reports-repeat-on-newpage-is-not-a

 

 

After a little experimentation, I figured out how to consistently get the table header to repeat on every page.

The setting of the RepeatColumnHeaders property on the tablix seems to have no effect on this behavior. Instead, we have to set it on a static member of the row groups.

To see the static members of the row groups, click on the small drop down arrow on the far right of the row groups/columns groups header. Then select Advanced Mode. Advanced Mode

With the static members of the row group shown, select the first one in the list. The top left cell of the tablix should be selected in the designer.

Now open the property pane and find the property RepeatOnNewPage and set it to True. RepeatOnNewPage

Then find the property KeepWithGroup and make sure it's set to After. If it's not, set it to After. Now your table header will repeat on every page.

BTW, check out Paul’s book “Microsoft SQL Server Reporting Services Recipes: for Designing Expert Reports” It has been a good resource for SSRS. peace

 

 

 

 

here the steps you can follow. this resolved the issue(column header on each page):

1) in design mode of rdl file, at bottom you will find "Row Groups" and "Column Groups" (left and right, respectively). Beside Column Groups you will find one arrow button.(this arrow button is right side of column groups protion). click on this arrow button.

2) Check the "Advanced Mode"

3) RowGroups section you will find "(static)" and "(Details)". click on static and press F4(to check it's properties.)

4) provide "Keep With Group" as "After"

5)Provide "Repeat On New Page" as "True"

6) Go back to table, Right click on row header, Go to tablix properties.

7) check on "repeat Header Column on each page" and "repeat Header column on each Rows"

Hope this will help you.

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值