I wan't to show the picture from the item table on an rtc report. The picture is placed in the body section and not in the page header of the report.
It works fine as long as a picture is present on the item, but if that is not the case the rtc report will show a small red cross.
Can I avoid that, and how?
Thanks!
Answers
Expression should be something like "=IsNothing(Fields!<blob Picture field>.Value)"
I have also tried , but still not working :-(
But, thanks for replying!!!