Page 1 of 1

How to print images from SQL Image field

Posted: Mon Nov 29, 2010 12:25 pm
by fernando.moyano
Hi, I'm storing my images in an sql server, in an "Image" field. How can I retrieve the images and put them onto a report?

Thanks in advance,

Fernando

How to print images from SQL Image field

Posted: Tue Nov 30, 2010 5:44 am
by Alex K.
Hello,

You can use the Image component, for which, as a data source, your (Data Column = DataSource.ImageField) field image is specified.

Thank you.