本文介绍了在水晶报告中的页面结束的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在标题下显示记录。标题正在页面末尾打印,剩余的详细信息显示在下一页。
I am displaying records under a header.sometime the header is printing at the end of the page and remaining details are displaying in next page.
- 详情-1
- Detials-2
- 详情-1
- Detials-2
但我得到如下
- 详情-1
- 详情-2
- 详情-1
- Detials-2
只有我想要的是如果标题在页面的末尾打印,那么我想压缩它或将其移动到下一页。
Only what i want is if header is printing at the end of the page then either i want to suppress it or move it to the next page. i better i suppress it.
推荐答案
每次使用选项 / code>
Take header to new page everytime using the option new page after
编辑:做一件事情使用 / code>,并尝试在每个页面的开头取消组头。
do one thing use the header in page header
and try to supress the group header at the start of every page.
这篇关于在水晶报告中的页面结束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!