如何在水晶报表的首页显示子报表记录?

发布于 2024-11-27 19:44:07 字数 256 浏览 0 评论 0原文

我创建了一份带有两个子报表的水晶报表。 在这里,我将两个子报告都包含在详细信息部分中。 我的第一个子报告仅显示一行。因此它显示在第一页的标题部分下方。但第二个子报表有 25 行。因此它显示在第二页而不是第一个子报表下。 如果第二个子报表的记录很少(例如 5 行),则子报表将显示在第一页中。 如何在第一个子报表下显示第二个子报表的记录? 另一个问题是,我的标题部分记录显示在所有页面中。从第二页开始,我只想显示子报表记录。如何从第二页开始删除页眉部分? 有什么公式可以做到这一点吗? 提前致谢...

I have created one Crystal Report with two Subreports.
Here I included both the Subreports in the Detail Section.
My first Subreport shows only one row. So it displays below the Header Section in the First Page. But the second subreport has 25 rows. So it displays in the second page not under the first subreport.
If the second subreport has very few records(example. 5 rows) then the subreport is displaying in the first page.
How to display the second subreport's records under the first subreport?
Another issue is, My Header Section records are displaying in all the pages. From the second page onwards, I want to display only the subreport records. How to remove the Header section from the second page onwards?
Is there any formula to do this?
Thanks in Advance...

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

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

发布评论

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

评论(4

断舍离 2024-12-04 19:44:07

您在所有页面上显示标题部分时遇到的问题是因为您的页眉中有此数据,但您希望将该信息放在报表标题上。

报告的默认显示为:

报告标题(仅限首页)

页眉(所有页面)

详细信息

报告页脚(仅限首页)

页脚(所有页面)

首先解决此问题,然后我相信您最初的问题可能会自行解决。

The issue you are having with your header section showing up on all pages is because you have this data in your page header, but you want to put that info on the report header.

The default display of reports is:

Report Header (first page only)

Page Header (all pages)

Details

Report Footer (first page only)

Page Footer (all pages)

Clean up this issue first and then I believe your initial issue may resolve itself.

万水千山粽是情ミ 2024-12-04 19:44:07

将子报告放在标题部分而不是主报告的详细信息部分。

主报告

标题

子报告 1

子报告 2

详细信息
//关闭

put your subreports in header sections instead of detail section in your main report.

main report

header

subreport1

subreport2

detail
//closed

写给空气的情书 2024-12-04 19:44:07

关于您的两个问题:

  1. 听起来您的第二个子报告有时太长,无法在页面上显示。如果您希望它出现在第一页上,则必须将其缩短,或者从第一页上显示的其他内容中释放一些垂直空间。

  2. 如果可能,请将内容从页眉移动到报表标题。如果这不起作用,出于某种原因,请在页眉上设置抑制公式:

    页码> 1
    

Regarding your two issues:

  1. It sounds like your second subreport is sometimes too long to fit on the page. If you want it on the first page, you'll have to make it shorter, or else free up some vertical space from something else that displays on the first page.

  2. If possible, move your content from the Page Header to the Report Header. If that doesn't work, for some reason, set a Suppress formula on the page header:

    PageNumber > 1
    
单身情人 2024-12-04 19:44:07

要阻止子报表跳转到下一页,您需要右键单击子报表并打开“设置子报表格式”框...然后取消选择“将对象保持在一起”选项。

To stop the subreport jumping to the next page you need to right click on the subreport and open the "format subreport" box....then deselect the "keep object together" option.

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