How to display images dynomically on crystal report?

  • Thread starter Thread starter TaeHo Yoo
  • Start date Start date
T

TaeHo Yoo

Would anyone be able to tell me how to display images dynomically from
the database?
I am using dataset which contains supplier name and supplier images.
I can display supplier name but supplier images.
Supplier image field only contains file name (ie, "a.gif").
How to bind this image to the report

Thanks a lot in advance
 
why you retrieve it
you make a custom templatecolumn and
assuming you are putting all your images in the same directory(path)
you can then set a <img > tag in the templatecolumn with the appropriate
reference
 
oh i didn't read carefully
sorry, i didn't catch the "in crystal report" bit

I assumed that you were using asp.net since this is a asp.net newsgroup
I don't actually know the answer to your question

sorry

J
 
Back
Top