Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 vb.net 和水晶报表进行打印。我想要做的是,如果该项目与数据库一起存在,那么标签和值将显示在水晶报表打印中。有可能的?谁能给出如何做到这一点的想法。
提前致谢
提尔索
在您的报告中为这些字段添加一个部分,并在 supress 中编写公式以显示或隐藏此部分
ISNULL({tablename.fieldname})