插入表格会在 SSRS 报告中创建分页符
我正在使用 Microsoft SQL Server Report Builder 3.0 创建 SSRS 报告。
我遇到一些与分页符相关的问题。每当我在报表中插入表格时,它都会在表格末尾生成一个分页符。
有什么办法可以不生成此分页符吗?
I am creating SSRS Report using Microsoft SQL Server Report Builder 3.0.
I am having some page-break related problems. Whenever I insert a table in my report, it generates a page break at the end of the table.
Is there any way I can have this page break not generated?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,我真的不知道为什么,但这对我有用:
删除页眉和页脚,并将页眉/页脚内容放在正文本身中(但如果您的报告有多个页面,则这不是您可以做的事情)。
Well, I don't really know why, but this worked for me:
Remove page header and footer, and put header/footer content in body itself (but this is not something you can do if your report has more than one page).
这是需要进行的一项检查。在 tablix 属性中,找到 Pagebreak - disabled 属性并查看它是否设置为“False”。 (如果是,请将其设置为“True”。)
This is one check to make. In the tablix properties, find the Pagebreak - disabled property and see if it's set to "False." (If it is, set it to "True".)