Page 2 of 2
Re: hide empty textbox
Posted: Fri Dec 26, 2014 12:42 pm
by nezarabd
If DataSource1("stu_name") = DBNull.Value Then
End If
i'm using.vb.net
but give me error
Error 3 'DataSource1' is not declared. It may be inaccessible due to its protection level.
Re: hide empty textbox
Posted: Fri Dec 26, 2014 12:49 pm
by Alex K.
Hello,
Please clarify in which place you are use this code.
Please see the screenshot in the attachment.
Thank you.
Re: hide empty textbox
Posted: Fri Dec 26, 2014 2:40 pm
by nezarabd
thanks
stimulsoft is better than xtrareport and better than crystal report
Re: hide empty textbox
Posted: Mon Dec 29, 2014 6:12 am
by Alex K.
Hello,
We are always glad to help you!
hide empty label
Posted: Wed Apr 15, 2015 2:16 am
by edwin
hello,i need to hide a label when the data is empty, what should i do?
Re: hide empty textbox
Posted: Wed Apr 15, 2015 6:02 am
by HighAley
Hello.
You could add a condition like on image above.
Thank you.