使用 C# 和 Crystal Reports,如何创建 4-Up 子报表?

发布于 2024-08-28 06:13:32 字数 208 浏览 5 评论 0原文

我可以为我想要做的事情提供的最简单的例子是这样的:

我需要创建一个报告,其唯一的要求是我在页面上有(4)个相同的子报告(想象一下在一张纸上有 4 张纵向明信片)页),每个象限使用我的数据表中的单独行,但所有 4 个象限在字段方面都是相同的。如果超过4个,则需要结转到新的相同格式的页面。

我使用 C# 和内置的 Crystal Reports Basic 来完成该任务。

The simplest example that I can provide for what I want to do is this:

I need to create a Report, whose only requirement is that I have (4) of the same subreport on the page (imagine 4 portrait-oriented post cards on a page), each quadrant using a separate row from my datatable, yet all 4 are identical in terms of fields. If there are more than 4, it needs to carry over to a new page with the same format.

I'm using C# and the built-in Crystal Reports Basic for the task.

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

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

发布评论

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

评论(1

醉殇 2024-09-04 06:13:32

几个建议:

  • 如何构建子报表以并排包含两个条目,将两行绑定到该子报表,并处理格式,以便如果行数为奇数,则右侧的最后一个为空?
  • 或者,可能有一种方法可以将页面大小指定为整个页面大小(4.25 x 6.5 英寸)的 1/4,然后在一页上放置四个报告。

Couple of suggestions:

  • What about structuring your subreport to have two entries side by side, bind two rows to that subreprt, and handle formatting such that the last one on the right side is blanked should you have an odd number of rows?
  • Or there may be a way to specify your page size to be 1/4 of the full page size (4.25 x 6.5 inches) and then fit four reports on one page.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文