im using SSRS via Visual Studio 2008.
I have an .RDLC and certain rows i want to make invisible based on certain conditions
My Question is if i put the following in the formula field under visibilty ....am I saying that if condition is true then Visibilty is false or am i saying Hidden is false?
=iif(Fields!A.Value =5, False, True)
Paul Mauriello