使报表页脚显示在最后一页记录的正下方

发布于 2024-12-07 04:11:21 字数 178 浏览 1 评论 0原文

我正在将 Crystal Reports 与 VS-2005 一起使用。

我有一份报告,其中的报告页脚部分由一列的总计组成。问题在于,在某些情况下,记录会占用整个页面,并且报表页脚单独出现在下一页上。看起来很尴尬。我希望报表页脚出现在最后一个记录行结束的下方。

有什么技巧可以使报告页脚部分适合最后一页本身吗?

I am using Crystal Reports with VS-2005.

I have a report with a report footer section comprising of sum totals of a column. The problem is that in some cases, the records consume the entire page and the report footer alone appears on the next page. It looks awkward. I want the report footer to appear just below the last record row ended.

Is there any trick to make the report footer section fit on the last page itself?

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

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

发布评论

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

评论(1

十雾 2024-12-14 04:11:21

如果您不使用分组,请尝试以下操作:

  1. 在最后一个详细信息部分下方添加一个附加部分。
  2. 在“专家部分”中,标记详细信息部分“保持在一起”。
  3. 对于新部分的抑制公式,请指定 Not OnLastRecord
  4. 将内容从报表页脚移动到新的详细信息部分。

如果您使用分组,请在最后一个组页脚中执行此操作,然后在“组专家”中标记“保持组在一起”组。

If you aren't using grouping, try this:

  1. Add an additional section below your last detail section.
  2. In Section Expert, mark the detail section Keep Together.
  3. For the suppress formula for the new section, specify Not OnLastRecord.
  4. Move the content from the report footer to the new detail section.

If you are using grouping, do this in the last group footer instead, and in Group Expert, mark the group Keep Group Together.

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