user313774
user313774

Reputation: 21

Image Access from db in .NET

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

Upvotes: 2

Views: 451

Answers (1)

Jimmie Clark
Jimmie Clark

Reputation: 1868

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.

Upvotes: 2

Related Questions