简体   繁体   English

当Crystal Reports中的报表(表)为空时,显示“无图片”

[英]Show 'None in picture' when report (table) is empty in Crystal Reports

I would like to know how to display the image 'Nothing' when there is no data on the table, here is a picture of what I would like to do on crystal reports 我想知道当桌上没有数据时如何显示“ Nothing”图像,这是我想在水晶报表上显示的图片

在此处输入图片说明

Use suppress property of image. 使用图像的抑制属性。 Add formula like below that if no-result suppress false else suppress true. 如下添加公式,如果无结果抑制为false,否则抑制为true。

ISNULL({Class;1.Img})

See this link How to Show Blank Image In Crystal report 查看此链接如何在Crystal报告中显示空白图像

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

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