I am struggling with SSRS to get the external images shown in my report.
Situation / Environment
- SSRS 12
- Images are hosted on Akamai (Caching Server).
Problem
If I call the image http: //server/folder/image.jpg I see the image in the Design Design Design Design, Preview view and online on the server. HTML on the server:
<img onload="this.fitproportional=true;this.pv=0;this.ph=0;" height="155" src="/Reports/Reserved.ReportViewerWebControl.axd?
ReportSession=0vesr555hdhfqebcbzbyf4el&Culture=1031&CultureOverrides=False&UICulture=7&UICultureOverrides=False&ReportStack=1&
ControlID=db6faa0405f142afa197478522ab25ae&OpType=ReportImage&IterationId=822ad1f6603e4ed5a7669b1863d74b1f&
StreamID=73e6746a0121466fa7e9c958c3dfb384" width="96">
If I call the image http: //server/folder/image.jpg? Downsize = 100 : * I see the image in the report designer view , but not in preview mode, and not online on the server. HTML:
<img onload="this.fitproportional=true;this.pv=0;this.ph=0;" height="155px" src="">
Testing
This behavior can be verified using the following examples:
downsize ( ), , , . SQL-Dataset, , - ...
URL/, : SSRS / < ( ) .
, , .
- "=" URL- URL- SSRS?