所有页面中都有列标题 - Telerik Report Viewer
我正在尝试使用 Telerik 报告查看器显示报告。我对此有一个问题。所有列的标题名称仅显示在第一页中。我怎样才能在所有页面中可见。
I am trying to show a report using telerik report viewer. I have one problem with this. The Header Name for all columns are displaying only in first page . How can i make visible in all pages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将标题放入组标题部分。不在详细部分
Put the headers in the groupheader section. not in the detal section
将属性 ColumnHeadersPrintOnEveryPage 设置为“true”,默认为“false”。
Set the property ColumnHeadersPrintOnEveryPage to "true", default is "false".