简体   繁体   English

如何在C#Windows应用程序中的Crystal Report中删除空白行

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

I am trying to make an accounting ledger details in Crystal Report. 我正在尝试在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 如果为null({FieldName}),则为true,否则为false

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Windows窗体应用程序中通过C#删除Crystal报表中的重复标题 - How to remove duplicated title in crystal report via C# in windows form application 如何在Windows应用程序中使用C#打印Crystal报表而不显示预览和打印机选择 - How to Print Crystal Report Without Showing Preview and Printer Selection in Windows application using C# 如何在C#Windows窗体应用程序中制作Crystal报表,该应用程序通过调用存储过程来填充数据 - How to make a Crystal Report in a C# Windows Forms Application which populates data by calling Stored Procedure 如何部署使用sql server express 2012和crystal report开发的C#windows表单应用程序 - how to deploye C# windows form application developed with sql server express 2012 and crystal report 如何在C#Windows应用程序的热敏打印机的水晶报表中设置页面大小 - how to set page size in crystal report for thermal printer in C# windows application 如何在Windows窗体应用程序中使用C#将Crystal Report连接到MS Access数据库 - How to connect Crystal Report to MS Access database using C# in Windows Form Application C#窗口应用程序中的Crystal Report - Crystal Report in c# window application 是否可以直接将Crystal报表保存为pdf格式,而无需从C#Windows Form应用程序在客户端PC中安装Crystal报表? - Is it possible to directly save crystal report to pdf format without installing crystal report in client pc from C# windows form application? 如何删除RDLC报告C#底部的多余空白 - How to remove extra blank space in the bottom of RDLC report C# 如何从C#列表中删除空行 <string> ? - How to remove blank lines from a C# List<string>?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM