Hi everyone,
I am trying to hide a field in my report according to the value of a variable of type
Option
This is the expression I put in the Hidden property of the field:
=IIF(Fields!myField.Value=0,FALSE,TRUE)
but it didn't work, the reports print empty
How shall I do it?
Comments
What option value do you see on your report? And use that value for your condition.
Best Regards,
Yukon