hi all,,
I need to display images in report studio, all my images are in a table (MS SQL server 2000) with Image as a datatype.
I tried linking image feild to image object in report studio it doesn't seem to work...
your help is much appreciated
You will have to create a separate dynamic page (ASP, JSP, PHP) to convert the Image field into MIME/gif or MIME/jpeg.
Thanks Cognoise, I will have a go.