报告构建器3.0可见性显示或隐藏表达式,

时间:2021-10-09 08:07:56

Hi Guys in Report Builder 3.0

嗨报告生成器3.0中的人

i have this expression : =Fields!ENTRADA.Value=Fields!SALIDA.Value So When a value is = to another it show BLANK o Hide the value,

我有这个表达式:= Fields!ENTRADA.Value = Fields!SALIDA.Value所以当一个值为=时,它显示BLANK o隐藏值,

How can i do to Show a TEXT instead of BLANK?

如何显示TEXT而不是BLANK?

1 个解决方案

#1


0  

the answer is fairly straight forward. The expressions should be something like this:

答案很简单。表达式应该是这样的:

=iif(Fields!ENTRADA.Value=Fields!SALIDA.Value,"Same","")

#1


0  

the answer is fairly straight forward. The expressions should be something like this:

答案很简单。表达式应该是这样的:

=iif(Fields!ENTRADA.Value=Fields!SALIDA.Value,"Same","")