Conditional display/hide of images
I have some images I send to the report via a dataset.
I need Crystal Reports to display N/A if the image is NULL.
As far as I see, my options are:
- Making the image in .NET with N/A in it, and just pass that
- Having CR handle the NULL and hide the image and display an N/A textbox.
I'm not that experienced in CR, so other suggestions are welcome.
I'm working with .net and CR XI Release1
|