In a report I would like to display a databand on a condition (checkbox is checked in the starting form). In the condition property of the databand, I selected "expression" and I put :
Code: Select all
CheckBoxControl1.Checked==True
I tried to put quotes but it's not working better.
Could you please help me?
Thank you in advance.