Appearance not shown due to parameters in url

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&amp;Culture=1031&amp;CultureOverrides=False&amp;UICulture=7&amp;UICultureOverrides=False&amp;ReportStack=1&amp;
    ControlID=db6faa0405f142afa197478522ab25ae&amp;OpType=ReportImage&amp;IterationId=822ad1f6603e4ed5a7669b1863d74b1f&amp;
    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?

+4
1

ASCII %3D ?

0

Source: https://habr.com/ru/post/1667630/


All Articles