使用 C# 和 Crystal Reports,如何创建 4-Up 子报表?
我可以为我想要做的事情提供的最简单的例子是这样的:
我需要创建一个报告,其唯一的要求是我在页面上有(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
几个建议:
Couple of suggestions: