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.
如果选择了某个字段,是否可以提供图像,在这种情况下,参数是@employeename,如果某个值为真,我只希望显示已放置在报告上的图像。
语法是什么,我关心的字段是employeename
表达式将类似于:
=IIf(Fields!employeename.Value = "Something", True, False)
您可以"Something"是硬编码值或其他参数。要记住的关键是您必须访问该.Value属性。
"Something"
.Value