SSRS 2005 display images depending on the Parameter

  • 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

  • I got the solution

    here is what i did,

    I have added the two images under project reports tab.

    and the place where i want the images, I dragged the text box and in the properties -> backgroung image->

    value->=iif(Parameters!CompanyID.Value=2,"Logo1","logo2")

    Thank you

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply