Reputation: 33
Sorry for bad english. We use Sql Server Reporting service (SSRS) and there is a problem with the header
It seems that this web section is unable to fetch the required CSS.
Upvotes: 1
Views: 110
Reputation: 432521
Are you using a load balancer or redirector or Host header values or FQDNs?
Basically, the URL in the browser does not match what SSRS thinks the URL is, based on it's
You will need to set ReportServerUrl in the RSWebApplication Configuration File And probabky UrlRoot in the RSReportServer Configuration File too
A blog entry, easier to read then BOL
Upvotes: 1