It looks like you're new here. Sign in or register to get started.
=IIf((Fields!DeliverdtoAdd_SalesHeader.Value='') OR IsNothing(Fields!DeliverdtoAdd_SalesHeader.Value),True,False)
=Iif(Len(CStr(Fieds!...)) = 0, True, False)
Answers
tablix is hidden if:
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
I've seen some workarounds converting to String and then evaluating the Length of that
maybe that's worth a shot if the problem still persists.