This sounds so simple, but being relatively new to all this I don't see what I'm doing wrong.
I have several checkboxes on a cover page of my report. I have the checks appearing just fine, but when I set the FalseValue property, and try and run, I get a big red box of error where the checkbox should be saying: An error has occurred while processing CheckBox 'chkPriorAppr': Invalid image data.
----------------Inner Exception--------------------
Invalid image data
----------------Inner Exception-------------------
Access to the path 'C:\Projects\....... is denied
All I want to do is remove the showing InderterminateImage when the value is N, and instead show the UnCheckedImage. The checks show fine btw.
I have several checkboxes on a cover page of my report. I have the checks appearing just fine, but when I set the FalseValue property, and try and run, I get a big red box of error where the checkbox should be saying: An error has occurred while processing CheckBox 'chkPriorAppr': Invalid image data.
----------------Inner Exception--------------------
Invalid image data
----------------Inner Exception-------------------
Access to the path 'C:\Projects\....... is denied
All I want to do is remove the showing InderterminateImage when the value is N, and instead show the UnCheckedImage. The checks show fine btw.