Report Viewer does NOT display images

Discussion in 'General troubleshooting' started by Gary Paul, Jan 16, 2018.

  1. We have a ssrs report that works from the report server and displays pictures BUT when we user the report viewer on a page in our website, the report displays BUT the pictures do NOT display? Any thoughts why that might be?
     
  2. Martin Ortega

    Martin Ortega Everleap staff

    Try running Google Chrome Developer Tools to see what error messages the images are providing to you. Then provide us with the error message.
     
  3. When I run the report directly here is what is in the page source.
    <img border="0" src="/Reports/Reserved.ReportViewerWebControl.axd?ReportSession=n3dotr55zwhnvx45xedwkh45&amp;Culture=1033&amp;CultureOverrides=False&amp;UICulture=9&amp;UICultureOverrides=False&amp;
    ReportStack=1&amp;ControlID=e2e105e66d4e4104ac471e7e2ccb2297&amp;OpType=ReportImage&amp;IterationId=f5c62d07a79d46eda9a1f9fdb8f31d3b&amp;StreamID=ca9016d02a264a6e9ad27111a3b9440c">

    But when run through the viewer the picture is NOT there
    <td class="Ae6e00b5130cb4351a8931fc4347f66de163c Pdb456a93e92746b38a34e554c887affd_2_r14">&nbsp;</td>

    But in Visual Studio I get this message which seems like a clue!
    "The pictures are NOT showing up when we run the report on the report
    server. When I run this in Visual Studio it tells us this message.
    [rsWarningFetchingExternalImages] Images with external URL references will
    not display if the report is published to a report server without an
    UnattendedExecutionAccount or the target image(s) are not enabled for
    anonymous access."
     

Share This Page