I’m having some difficulty implementing the visibility of a rectangle and I used this line of code to set the visibility:
=IIF(Len(ReportItems!txtCountVolunteer.Value) > 0, true, false)
Unfortunately it doesn’t work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Good day to you as well.
It seems like that you have got the logic reversed in the expression. There is “Hidden” property for a rectangle, and note that there is no “Visible” property. So the expression for the rectangle’s “Hidden” property should be: