简体   繁体   中英

Suppress Page Footer Section in Crystal Report in C# .Net

I have a crystal report file in that I have two footer section, first group footer section and second page footer section. I want to suppress page footer section when group footer section is print when group change.

How can I do this?

Right click on page footer area -> Section Expert -> Page footer -> Keep Suppress (No Drill-Down) unchecked and click on x+2 button as shown

在此处输入图片说明

In the following editor, write the code that returns true or false according to your condition.

There is a way, you can click on the page footer and select section expert, then there will be an option of suppress and against that there is a formula option. You can specify the condition and set the suppress.

if(condition)
then true
else
false

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM