Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
problem

How to add Image On Crystal Report depend on database Field show dynamically data ?

I have field on Table Employee his name EmployeeImage with datatype Varbinary(max)

this field have personal images for all employee

i need to show image dynamically on crystal report based on field EmployeeImage

so that

How to add image field on crystal report depend on data for images on database dynamically ?

suppose i make select * from EmployeeImage where id=txtid.text

then it will show EmployeeImage for that searched by on txtid.text ?

What I have tried:

I dont know how to add image on crystal report
Posted
Updated 4-Feb-19 4:31am
v2

1 solution

Google has almost 21 million suggestions for you:
crystal reports image from database - Google Search[^]

If the image is stored in a varbinary field, then you can simply drop the field onto the report designer, and Crystal Reports will display it.

If that doesn't work, then you're not storing the images correctly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900