passing image and it should change dynamically....

  • Hi

    I am new to using sql server 2000 reporting services. I am having a small problem.

    The problem is....I am having a report and the header of the report (image logo)dynamically changes everytime, keeping the entire report as it is.(i.e) the image in my page header should go to particular location and pick tht image and place it in the report(in the header part on the right side).

    There are 7 different logo images. They are located in a folder on my machine like( C:\MyDocuments\).

    Any clues???

    Thanks

    grkanth81............

  • Hi,

    I have not worked on Reporting Services 2000.But in Reporting Services 2005

    there is an option to embed all your images in the report itself.

    Then you can write an expression in the value section(Properties) of the image like

    =iif(condition1,"green",

    iif(condition2,"red","yellow"))

    where red,green,yellow are the name of the images...

    Try if this is possible in Reporting Services 2000 and let me know the status...

  • Reporting services in 2000 won't let you use a dynamic image, the image can come from the database but not a file. haven't investigated 2005 yet.

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

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