Condition on CheckBoxControl
Posted: Mon Oct 18, 2010 11:28 am
Hi
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 :
I am getting this error: "The name 'True' does not exists in the current context".
I tried to put quotes but it's not working better.
Could you please help me?
Thank you in advance.
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.