Howto display image in Crystal reports

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

Hello,

i have a program for with fitness excercises. I want to
create a crystal report that displays info on these
excercises together with their image (jpg) which are
stored in a SQL Server database.

If I just add the image field (of type image) in my report
it shows up empty.
What do I need to do??

Thanx,
T
 
you dont have to use image control,
u have to use something called ole object

and if you select a table, recordset or dataset containing that filed as
datasource for the report.
just clik on the fieldname in the tree view and drag and drop it on report
designer as u must be doing with other fields which don not contain images.
and that will solve your problem.

in nutshell if ur images are in database then u dont have to do anything
special. you can design ur report just by dragging and dropping fields on
report.

regards

sachin palewar
www.tmtindia.com
 
Back
Top