Crystal Reports - 如何抑制组第一页上的页眉?

Crystal Reports - How to suppress a page header on the first page of a group?(Crystal Reports - 如何抑制组第一页上的页眉?)
本文介绍了Crystal Reports - 如何抑制组第一页上的页眉?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一份报告,其中每组大约 5-7 页长.

I have a report where each group is about 5-7 pages long.

我需要抑制每个组第一页的页眉

I need to suppress the page header on the first page of each group

我该怎么做?

推荐答案

Mark Ba​​nnister 的建议是一个不错的选择.如果您正在寻找一步一步,这是我的 0.02 美元:

Mark Bannister's suggestion is a good way to go. If you're looking for a step-by-step, here is my $0.02:

  1. 打开您的部分专家(右键单击一些空白区域,您应该会看到它出现).

  1. Open your section expert (right click on some white space, you should see it come up).

转到组页脚的选项并打开在之后重置页码.您应该会在每份报告的开头看到页码重置.

Go to the options for the group footer and turn on reset page numbers after. You should see the page numbers reset at the beginning of each report.

同样在部分专家中,转到页眉选项并点击抑制(无向下钻取)旁边的蓝色按钮选项.

Also in the section expert, go to the options for the page header and click on the blue button next to the Suppress (No Drill-Down) option.

公式编辑器中,输入PageNumber=1

这篇关于Crystal Reports - 如何抑制组第一页上的页眉?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)