Hi,
You can do this by adding a conditional statement to the BackGroundImage
Property's value field
You can write
IIf(Fields!YourField.Value=-1,"Image-1",IIF(Fields!YourField.Value=0,"Image0",IIF(Fields!YourField.Value=1,"Image1","")
Let me know if this worked
Sumit Pilankar
> Hello, I'm new to Reporting Services 2005, so I'm not sure if what I'm
> asking
[quoted text clipped - 9 lines]
>
> Thank you!
Paul Havel - 30 Nov 2005 15:19 GMT
Thanks for the response and getting me going in the right direction. What I
had to ultimately do was add an Image from the toolbox to the cell where I
wanted to display the graphics. Then in the properties for that cell, I
specified the Value as a conditional statement that displays a given graphic
based on the value of one of the columns in the query. Works as expected!
Thanks again!
> Hi,
>
[quoted text clipped - 21 lines]
> >
> > Thank you!