I would like to add an image to the crystal report at runtime.
I am currently doing this using a second data table containing only a byte field and then a blob field in the report. However, this seems like a hack, and if there is no data in the first primary table, then for some reason the image is not displayed.
Is it possible to add an image with a code or in another way?
I use crystal reports for visual studio 2010. Winforms project. Either C # or VB.
source
share