Hello,
I'm currently binding a picturebox to a database field in my report. If null is returned from the database, I would like to display a default "photo not available" picture. I tried to accomplish this by setting the picturebox value to the desired default image, and setting the picturebox binding to the database field - that didn't work. I also tried to do some conditional formatting based on if the Fields.Picture was null, and set the background to the default image - that didn't work.
Any ideas?
I'm currently binding a picturebox to a database field in my report. If null is returned from the database, I would like to display a default "photo not available" picture. I tried to accomplish this by setting the picturebox value to the desired default image, and setting the picturebox binding to the database field - that didn't work. I also tried to do some conditional formatting based on if the Fields.Picture was null, and set the background to the default image - that didn't work.
Any ideas?