Grave o arquivo no servidor, em algum local de sua preferência.
Public Sub Main()
Dim P As New [Property]()
P.Name = "EnableRemoteErrors"
P.Value = True
Dim Properties(0) As [Property]
Properties(0) = P
Try
rs.SetSystemProperties(Properties)
Console.WriteLine("Remote errors enabled.")
Catch SE As SoapException
Console.WriteLine(SE.Detail.OuterXml)
End Try
End Sub
Rode o seguinte comando no executar do Server.
rs -i arquivo.rss -s http://servername/ReportServer
Após esse passo o Servidor já poderá exibir os erros remotamente.