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.
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 URLBallet http://myserver/ballet.jpgTap 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 |
|
|
fhoylman
Starting Member
3 Posts |
Posted - 2009-07-17 : 12:52:34
|
I got this to work...Thank you so much !!! |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-17 : 14:15:30
|
welcome |
|
|
|
|
|