SQL Server Reporting Services using of pictures with dynamic links
Posted
by
YvesR
on Stack Overflow
See other posts from Stack Overflow
or by YvesR
Published on 2011-01-08T15:45:27Z
Indexed on
2011/01/08
16:53 UTC
Read the original article
Hit count: 155
ssrs-2008
I have setup a SSRS 2008 and building reports. So far so good. Now there is a picture control in SSRS where you can set the picture as external link reference.
There you can choose to use a link. When I use a weblink (http://anyurl/download_picture.aspx?id=123) it dont' work for me. Calling the url in the web browser (all tested IE, Safari, Chrome, FF) the pictures is delivered, Header is ok, content type, too.
Does it work in general in SSRS ? Or do I have to copy the picture to a temp folder and link the url like http://anyurl/mypicture.jpg.
© Stack Overflow or respective owner