Set CheckBox Checked by code
Posted: Thu Nov 26, 2015 11:04 am
Hi
I want set the checked state of a checkbox by code. This is my code:
but I got an error message: Eine implizite Konvertierung vom Typ 'bool' in 'Stimulsoft.Report.Components.StiCheckedExpression' ist nicht möglich.
How can I do this?
Ralf
I want set the checked state of a checkbox by code. This is my code:
Code: Select all
CheckBox6.Checked = !string.IsNullOrEmpty(Insurant.MedizinischeErstbeurteilung.AktenFreetext);
How can I do this?
Ralf