hello guys,
I have the following issue, I am working on SSRS 2005 report.
There are two images in the report which needs to be toggled by a report parameter.
The Problem is, I have to display the two images on the same location
I am able to toggle the two images by placing side by side and using expression in the visibility tab
like
=iif(Parameters!CompanyID.Value=2,true,False)
but i am required to display one of the the two images in one location depending the parameter selected.
please help me.
Thanks in advance