SSRS Reports not rendering correctly

AK 0 Reputation points
2025-10-06T18:33:21.03+00:00

When a link to a report is clicked, it appends the home directory to the bottom of the original header>User's image

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.
{count} votes

1 answer

Sort by: Most helpful
  1. Anjan Kumar Chippa (Quadrant Resource LLC) 0 Reputation points Microsoft External Staff Moderator
    2025-10-07T12:26:05.35+00:00

    Hi @AK,

    The issue here is because of when the SSRS web portal reloads inside itself instead of just rendering the report content. It usually occurs if a reverse proxy, ARR or URL rewrite rule is redirecting report content requests back to the portal home page. Please follow below steps:

    If using ARR, reverse proxy, load balancer or URL Rewrite in front of SSRS, enable Reverse rewrite host in response headers in ARR settings and ensure host headers are preserved.

    Make sure no rule rewrites /reports or /reportserver requests to /reports/home.

    If you are not using a proxy, verify the Web Portal URL and Report Server URL match exactly in Reporting Services Configuration Manager.

    Restart the SSRS service after making the configuration changes.

    After correcting the URL or proxy configuration, the duplicate header issue will not occur.

    Thanks,

    Anjan Kumar Chippa


Your answer

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