V konfiguraci prohlížeče sestav došlo k chybě
Obslužná rutina HTTP ovládacího prvku webu prohlížeče sestav nebyla registrována v souboru web.config aplikace. Přidejte <add verb="*" path="Reserved.ReportViewerWebPart.axd" type = "Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> do oddílu system.web/httpHandlers souboru web.config. Můžete také přidat <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebPart.axd" type="Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> do oddílu system.webServer/handlers pro službu Internet Information Services 7 nebo novější.