本文介绍了Rdlc tablix列标题不在每个页面上重复“在每个页面上重复列标题”已经被检查的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这是我的tablix属性
我想念什么?
解决方案
使用 Tablix
尤其棘手。 。
看一下此链接:
Here is my tablix properties
What Am I missing? Please help thanks!
解决方案
This is particulary tricky using Tablix
...
Give a look at this link: what to do when the RepeatColumnHeaders Property in a Tablix isn’t working
In Advanced Mode
select the Static Row Group
you want to repeat and set these properties:
.RepeatOnNewPage = True
.KeepWithGroup = After
.FixedData = True
It is also recommended to set Tablix property .RepeatColumnHeaders = True
in case Microsoft will release a patch to this strange behaviour.
To get to Advanced Mode
:
- make sure you can see the row groups and column groups window
- over to the right hand side of the column groups list box, there’s a small downward arrow
- click on this to reveal the
Advanced Mode
check box
这篇关于Rdlc tablix列标题不在每个页面上重复“在每个页面上重复列标题”已经被检查的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!