It's really strange because if you have NoYes enum in SSRS value would be "Yes" or "No" not "1" or "0". I don't know why are you getting 1, I just tried to do similar thing and my condition was iif(Fields!MyField.Value = "Yes" AND ... )
↧
It's really strange because if you have NoYes enum in SSRS value would be "Yes" or "No" not "1" or "0". I don't know why are you getting 1, I just tried to do similar thing and my condition was iif(Fields!MyField.Value = "Yes" AND ... )