简体   繁体   中英

How to remove blank lines in Crystal Report in c# Windows application

I am trying to make an accounting ledger details in Crystal Report. But, I need to remove some blank lines as marked in the screenshot. I tried Suppressing blank lines, but it doesn't remove it. Please help me on how to remove these blank lines: 在此处输入图片说明

在此处输入图片说明

you can try to put this formula at the suppress formula editor

if isnull({FieldName} ) 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