HI there guys,
forgive the basic question but it is late Friday afternoon where I am and my brain is broken.
I'm trying to make a very simple expression to control visability of a text box in Visual Studio for a SQL Report. It uses a cut down version of VB.
I just want to say "if this paramater has value A, B, or C then be true"
ie like this line below, but for more than one value - =Parameters!RigName.Value<>"Rig105"
help!