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 ?