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)
 dynamic Image value in page Header

Author  Topic 

learntsql

524 Posts

Posted - 2010-04-12 : 06:42:07
Hi All,
When I am specifying value for the Image control in page Header as expression i am getting following error.
[rsInvalidImageReference] The Value for the image ‘image2’ is invalid. Details: Invalid URI: The format of the URI could not be determined.
TIA.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-12 : 08:12:49
what have you given as value for image source property? it should be set to external for using external sources

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

learntsql

524 Posts

Posted - 2010-04-12 : 08:19:19
Thanks for your reply visakh,
I am using Image source as "Externel" Only.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-12 : 08:26:07
how did you give path?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

learntsql

524 Posts

Posted - 2010-04-12 : 08:35:06
I have Images vailable with in project only.
I am using following expression to assaign value

=SWITCH(ReportItems!ImageValue.Value=1,"Valid.JPG")
am i doing correct?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-12 : 08:50:05
give the full relative path. is image deployed in your server?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

learntsql

524 Posts

Posted - 2010-04-13 : 00:40:58
How to specify full relative path.
I added image under projectName-->Reports-->Valid.JPG
plz. guide me.
TIA.
Go to Top of Page

learntsql

524 Posts

Posted - 2010-04-14 : 01:35:12
Any Ideas please...
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-14 : 01:41:22
see

http://msdn.microsoft.com/en-us/library/ms156482(SQL.90).aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -