views:

53

answers:

1

How do I display an image from db on a crystal report in VB.NET?

+2  A: 

Here is the solution CodeProject. As long as the Byte array from the database is valid Image data, it should interpret that and display the image. I know its an old post, but no answers, thought I would help out.

Jimmie Clark