External Image from URL

  • Hello,

      I have a situation that the external image from url could be not exist yet.
      How to deal if this situation? Because when the image from url doesn't exist it stays loading forever without it shows a image error.
     My expression is: http://scps13.agabe.com/colaboradores/" + First(Fields!CPF.Value, "Report")+".jpg") when the image exists ok, but when the image doesn't exist the report stays loading forever.
     Two solutions will be good for me, show a image error like as X, or show a default image like "photo not availible"

    Thanks in advance for any help.

    Eduardo.

  • tropesohc - Tuesday, February 26, 2019 2:39 PM

    Hello,

      I have a situation that the external image from url could be not exist yet.
      How to deal if this situation? Because when the image from url doesn't exist it stays loading forever without it shows a image error.
     My expression is: http://scps13.agabe.com/colaboradores/" + First(Fields!CPF.Value, "Report")+".jpg") when the image exists ok, but when the image doesn't exist the report stays loading forever.
     Two solutions will be good for me, show a image error like as X, or show a default image like "photo not availible"

    Thanks in advance for any help.

    Eduardo.

    There is an SSRS setting called ExternalImagesTimeout. It sounds like you set this to 0 so that it never times out.
    If you put that back to the default 600 (which is in seconds) or another value other than 0, you should get an X when the image doesn't exist after attempting for the length of the timeout setting.

    Sue

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

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