I'm trying to display a boolean field in Report Designer in Visual Studio 2008. When I tried to run it, an error occurred:
"An error has occurred during report processing.
String was not recognized as a valid Boolean."
I tried to convert it using CBool() but it didn't work.