dianemarie
Instructor
Hello, I am conditionally hiding tables in a report. The visibility property accepts this, but when I run the report I get an error on it - Hidden expression for Table2 contains an error. TruePart of PubicFunction Iif as object.
I have:
=iif(Parameters!Export.Value = "false" or
Parameters!ShortVer.Value = "true",true,
false)
Any help is appreciated. Thank you.
Diane
I have:
=iif(Parameters!Export.Value = "false" or
Parameters!ShortVer.Value = "true",true,
false)
Any help is appreciated. Thank you.
Diane