Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Displaying an Image in a Report

Author  Topic 

fhoylman
Starting Member

3 Posts

Posted - 2009-07-14 : 22:20:11
I have URLs stored in a column in a database as text that are links to image files. So the columns Class Code and URL would read
Class Code URL
Ballet http://myserver/ballet.jpg
Tap http://myserver/tap.jpg

I would like to have the report list the Class Code plus the image.
Is there a way in SSRS to have the image display based on the value in the URL column?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-07-15 : 13:55:50
you can give an expression for image. make sure you return the path as a resultset through query and use field as value of image. also use external as source property
Go to Top of Page

fhoylman
Starting Member

3 Posts

Posted - 2009-07-17 : 12:52:34
I got this to work...Thank you so much !!!
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-07-17 : 14:15:30
welcome
Go to Top of Page
   

- Advertisement -