如何在向下钻取时抑制组页脚? [英] How do I suppress group footer on drill down?

查看:66
本文介绍了如何在向下钻取时抑制组页脚?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Crystal Reports for Visual Studio .NET 2003



看起来我的CR版本不支持Drilldowngrouplevel



如何在向下钻取时抑制组页脚?



任何帮助都会非常感谢



亲切的问候



Nikos

I am using Crystal Reports for Visual Studio .NET 2003

looks like Drilldowngrouplevel is not supported for my CR version

How can I suppress group footer on drill down?

Any help will deeply appreciated

Kind regards

Nikos

推荐答案

Hi

Problem solved :)

I was using a formula in the first place declaring a variable and assigning a value 1 to it.

<code>whileprintingrecords;
Numbervar RH := 1;</code>

The group footer supposed to be suppressed

<code>whileprintingrecords;
Numbervar RH <> 1</code>

It was not working because the formula was placed in the page header instead of the reports header.

Now it works fine :)


这篇关于如何在向下钻取时抑制组页脚?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆