I need to insert a small graphic into a report's cell based on the underlying data. I can get the image into the cells, but have not been successful in having it change depending on the data. I was planning on using the IIF() function to select one of two images. How do I add the link to the images? I haven't been able to get the correct syntax so far.
Any help?
Thanks
Will
If i understand you good you need to display image to acknowlage the states of each elemnet in this report
the best way is to implement dynamic image in the reporting serveice which will depend on a value of one filed from you data source
for example if value is 1 then display image1 else if 1 then display image 2 and so on for a complete example and steps read this article
http://blog.toddtaylor.com/PermaLink,guid,b1517702-ad4b-48e1-a6e3-b736e8a982cb.aspx
|||That's exactly what I am looking for. I will try this out this morning.
My heart-felt appreciation to you.
Regards,
Will
|||You welcome,
Could you please mark the answer which helps you
Thanks,
|||OK, I finally got it working. Thanks again.
Will
No comments:
Post a Comment