Add Image to Crystal Report in Runtime

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.

+5
source share
1 answer

If you want to save the logo on disk, and not in the database:

  • In the designer, insert the placeholder image.
  • . . , .

Crystal .

, . , .

+6

All Articles