作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在组专家选项中,我设置了 Keep Group Together,这确保设置了一个新页面。
启用双面打印后,如何确保新组总是在一张新纸上形成?这可以在公式专家中完成吗?有什么方法可以检查我所在的页面是偶数还是奇数并从那里插入页面?只是提出引导性问题,因为我不熟悉 Crystal 的公式编辑器的功能。顺便说一句,这是 Crystal XI Enterprise Server。
最佳答案
您可以使用 onfirstrecord
执行此操作, pagenumber
和 onlastrecord
关键词。
在组标题部分“之前的新页面”公式...
not onfirstrecord //so every group (except the first) starts on a new page
//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 - 在双面打印的报表组之间插入分页符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1704296/
我是一名优秀的程序员,十分优秀!