Show images from different folders

  • Hi,

    Is it possible to show the images dynamically from different folders in the same report. For example, I need to print a report for three jobs, each jobs will have a image saved in their folder and need to be included in the report. The folder name will be the same as image name. How can I dynamically change the path of image in the same report?

    Thanks

    Daniel

  • If I understand correctly what you want, you can have an expression for the image in the Image Properties. Something like below based on a parameter:

    =IIf(Parameters!Database.Value = "CCDApp", "/CDMS/Images/CCD_Annual_TB_Screening_Questionnaire.png", "/CDMS/Images/CDAZ_Annual_TB_Screening_Questionnaire.png")

    I think you could build the path dynamically also.

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

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