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 |
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 MVPhttp://visakhm.blogspot.com/ |
|
|
learntsql
524 Posts |
Posted - 2010-04-12 : 08:19:19
|
Thanks for your reply visakh,I am using Image source as "Externel" Only. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-04-12 : 08:26:07
|
how did you give path?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
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? |
|
|
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 MVPhttp://visakhm.blogspot.com/ |
|
|
learntsql
524 Posts |
Posted - 2010-04-13 : 00:40:58
|
How to specify full relative path.I added image under projectName-->Reports-->Valid.JPGplz. guide me.TIA. |
|
|
learntsql
524 Posts |
Posted - 2010-04-14 : 01:35:12
|
Any Ideas please... |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-04-14 : 01:41:22
|
seehttp://msdn.microsoft.com/en-us/library/ms156482(SQL.90).aspx------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|