I am trying to run a report with only 3 pieces of data from my database; a title, description, and picture (the tough one). I need to know how to create a report that will pull the binary image data out of the database and use that as the picture. The other way and probably preferred, since I will have control over the image size is a way to read a local image (exported from the database) into an image control on a report. Can this be done!?

THANKS!