View Single Post
  #1 (permalink)  
Old 07-06-2009, 06:00 AM
synrbc synrbc is online now
Junior Member
 
Join Date: Apr 2009
Posts: 9
Default How to change a imagem by condition

Hello.

I try to change one image im my report.

I have one data (row["MyData"]) and i want change the image when my data change status, for exemplo:

if (row["MyData"] == "OK"){
//here is the problem, how to the display the image?
display image = "OK.png"}
else
display image = "Bad.png"

I dont know how i do it...

I try to use Embed Image, Image URI and dont have sucess...

Thanks for all.
Reply With Quote