Dynamic images based on parameter value

  • Hi,

    I need to change the header logo based on a parameter value . I am using the expression below but it's not working when parameter value = "Cust1".

    Use this image : fx

    =IIF(Parameters!Parameter1.Value = "Cust1", "Cust1_Logo", "Cust2_Logo

    Thanks,

    PSB

  • Does each customer have his own logo? is the logo stored in the database (in a VARCHAR(MAX) field)?

  • I would expect that you need to add the file extension to the names of the logos e.g. ".png"

  • I added that as well but then the report doesn't display any of the images. The images are a part of the rdl and not from the database.

Viewing 4 posts - 1 through 3 (of 3 total)

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