User1735684932 posted
Hi, I have an rdlc file that has some text boxes. I have a flag value in my dataset. I want to check that flag if it is 1 then show the text box and if it is 0 then hide the text box. Any ideas??
Fields!ConsentFlag.Value, "DSConsentRelease"
This field I want to check if 0 or 1 then hide or show the text box respectively.