隐藏页面标题直到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