如何在具有双面打印的Crystal Reports中的组之间插入分页符? [英] How can I insert page breaks between groups in Crystal Reports with two-sided printing?

查看:140
本文介绍了如何在具有双面打印的Crystal Reports中的组之间插入分页符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在群组专家选项中,我已将Keep Group Together设置为确定新页面已设置。

In group expert options I have set Keep Group Together, which makes sure a new page is set.

启用双面打印时,如何确保一个新的小组总是在一张新的纸上形成?这可以在公式专家做吗?有什么方法检查我的页面是偶数还是奇数,并从那里插入一个页面?只是问主要的问题,因为我不熟悉水晶的公式编辑器可能。 BTW,这是Crystal XI企业服务器。

With two-sided printing enabled, how can I make sure that a new group always forms on a new sheet of paper? Can this be done in the formula expert? Is there some way of checking if the page I'm on is even or odd and insert a page from there? Just asking leading questions because I'm not familiar with what is possible with Crystal's formula editor. BTW, This is Crystal XI Enterprise Server.

任何提示都赞赏。感谢。

Any tips are appreciated. Thanks.

推荐答案

您可以使用 onfirstrecord c $ c> pagenumber 和 onlastrecord 关键字。

You can do this with the onfirstrecord, pagenumber and the onlastrecord keywords.

New page beforeformula ...

On the group header section "New page before" formula...

not onfirstrecord //so every group (except the first) starts on a new page

在新页面之后公式...

On "New page after" formula...

//to keep the group from starting on even page but make sure the last page is not blank
remainder(pagenumber, 2) = 1 and not onlastrecord 

这篇关于如何在具有双面打印的Crystal Reports中的组之间插入分页符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆