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.
|