This is not working and it is driving me nuts.
I have in the column visibility the following expression:
=IIF(CInt(Fields!SomeField.Value) > 0,True,False)
The value of "SomeField" is 1. I am able to verify this by looking both at the dataset, and another column I added to the report just to see what the IIF is evaluating to. It evaluates to True.
Shouldn't this make the column show?