SSRS Extreanl images from reporting server url not working in server

Srinivasa Rao Chigulla 46 Reputation points
2020-08-26T11:19:27.407+00:00

Hi,

I am using Image from SSRS reporting server as Image item external source.
It is displaying in design mode but once I deployed report to reporting server, the image will not display.

I am deploying report to same SSRS reporting server which the image is available.

Image path like as below
https://ReportingServerName/Reports/api/v2.0/CatalogItems(3b261f7f-5bbc-49b3-ae1b-c897a112e10b)/Model.Resource/Content/$value

May I know the reasons for this issue? Can you please suggest solution to access image from reporting server by url?

Thanks in advanced.

Regards,
Srinivas.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
0 comments No comments
{count} vote

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2020-08-27T02:32:01.513+00:00

    Hi Srinivas,

    You will need to configure an Unattended Execution Account for the report server. You can do this through the Reporting Services Configuration Manager.

    configure-the-unattended-execution-account-ssrs-configuration-manager

    And then,create a folder on Report Manager, eg: image.

    Grant the Unattended Execution Account the Browser role on that folder.

    Upload images to the folder.

    Edit the report in Visual Studio, set the image to External and the "Use this image" to "/image/mypic.png" (without quotes).

    20694-annotation-2020-08-27-102756.png

    Deploy the report.

    The image will display in the report.

    For reference: specifying-paths-to-external-items-report-builder-and-ssrs

    Here is my report on the report server.

    20772-annotation-2020-08-27-103017.png

    If you have any question, please feel free to let me know.

    If your problem has been solved, please mark "accepted answer" on my reply, thank you for your understanding.

    Regards,

    Zoe


1 additional answer

Sort by: Most helpful
  1. Agarwal, Mohit 0 Reputation points
    2023-10-18T12:19:11.91+00:00

    Problem not resolved, question was about how to bind image from S3bucket, in case we have to uplaod the images locally then what is the point....

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.