即使 KeepTogether =“False”,如何使 Tablix 跨越多个页面?

发布于 2024-10-07 00:52:09 字数 282 浏览 0 评论 0原文

我目前在 SSRS 中有一份报告,如果我打印它或导出为 PDF,该报告的第一页上有一个大的空白区域。当我在html中查看它时,没有空格。该报告有两个主要部分,首先是一个矩形,然后是一个 tablix。第一页上的矩形后面有一个空格,它将 tablix 推到第二页,因为它试图将 tablix 保持在一起。我在 tablix 上有 KeepTogether = 'False' 。我想要的结果是 Tablix 数据部分位于第 1 页上并溢出到第 2 页上,这样就没有空格。我知道这个问题可能没有确切的解决方案,但如果有人能指出我正确的方向,我将非常感激。

I currently have a report in SSRS that has a large blank area on the first page if I print it or export to PDF. There is no blank space when I view it in html. The report has two main sections, first a rectangle then a tablix. There is a blank space after the rectangle on the first page that pushes the tablix to the second page because it is trying to keep the tablix together. I have KeepTogether = 'False' on the tablix. My desired result is for the tablix data to be partially on page 1 and to spill over into page 2 so that there is no blank space. I know that there may not be an exact solution to this problem but if someone could point me in the right direction I would be much obliged.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

装纯掩盖桑 2024-10-14 00:52:09

我所做的最简单的解决方案是在 tablix 的顶部添加一个新行,然后将矩形及其内容移动到该行中。我猜想它将 tablix 视为不可分割的一大块内容,这就是为什么 tablix 中的所有内容都被推送到新页面的原因。

The easiest solution I did was to add a new row to the top of the tablix and then to move the rectangle and it's contents into that row. I guess that it counts the tablix as one chunk of content that cannot be separated and that's why all of the content in the tablix was getting pushed to a new page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文