本文介绍了SubReport中的PageNumber的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我在其他报告(mainReport)中包含了一个报告(report1)作为子报告。在报告1中,当主报告的数字页面不是第一个时,我想要抑制一些字段。我尝试定义一个抑制公式,例如"PageNumber<> 1 QUOT;在这个字段的报告1中,但这不正确地工作,因为"PageNumber"值始终为"1"。

有什么建议吗?

提前谢谢。

Sebastián

Hello,
I included a report (report1) in other report (mainReport) as a subreport. In the report1, I have some fields that I want suppress when the number page of the main report is not the first. I tried define a suppress formula likes "PageNumber <> 1" in the report1 for this fields but this not work corretly because "PageNumber" value is always "1".

Any suggestions?

Thanks in advance.

Sebastián

推荐答案


这篇关于SubReport中的PageNumber的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 12:15