Hi
I have a query that returns a companyname eg. "ACD". This info is then saved in a parameter.
On the logo (which depends on company), I use this parameter value to the pick up the right picture like this:
=Parameter!.company.Value &"_logo.jpg"
The image is there on the server an the path is correct, but the image is not displayed!
What is wrong?
Hi,
Under what account does your reporting services run? Have you checked that the account has the correct permissions to browse to the location. You can test it by setting a static image on your report and set its url to the location you want.
Greetz,
Geert
Geert Verhoeven
Consultant @. Ausy Belgium
My Personal Blog
|||Yes, if i for example sets the path ACD_logo.jpg it works.
Dynamically it doesn't work. Neither in client or on the web.
No, i have not tried that.
Maybe I should.
Is there any way to get the base URL to the report?
Ex rs.base.url ?
|||
I think you're misunderstanding. Use a URL to access the LOGOs (not the report). In other words, host your images on a website and access them from there instead of from windows.
If you don't have a website, set up an account at http://photobucket.com/ and host your images there. It's quick and simple.
|||Hi
It worked to put the images on a webserver.
I still though wonder why it doesn′t work when the image is an local external link e.g "ACD_logo.jpg" instead of ′the webserversolution eg. http://localhost:4000/reportimgs/ACD_logo.jpg
Thanks for the help!
/A