在 SAP Crystal Reports 2008 中抑制直到最后一页的页面页眉
我建议您使用“OnLastRecord”关键字来抑制页眉。以下是有关此函数的详细信息
函数说明
当正在评估的当前记录是报告中的最后一条记录时,此函数返回“TRUE”。
返回值
布尔值
措施
当正在评估的当前记录是报告中的最后一条记录时,此函数返回“TRUE”。
请注意,分组的任何字段以及您希望对该组的最后一个记录进行抑制的任何字段,或使用如下所示的 next () 函数
onlastrecord or next({table.field})<>{table.field}
示例
GH1 (using Customer.ID as group) GH2 (using Sales.No as group) Details GF2 - has line drawn on it Conditional suppression using the formula onlastrecord or next({customer.ID})<>{customer.ID} GF1
广告