Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

report server property/settting incorrect?

$
0
0
I am working with a vb.net 2010 web form application that calls a reportviewer control to display selected reports ssrs (*.rdls) from the reportviewer. The report server is using ssrs 2008.The problem is, I believe that the wrong report server is being called since the rdls that are displayed are old version of the rdl reports. However I do not know what other report server could be called unless it is on my own workstation. There is no other test report server to call.I can not find what could be wrong by the debugging I am doing.In the web.config file, <appSettings> <add key="ReportServerURL" value="http://testdev/ReportServer/"/>.When I access the test report server, the url is the following:http://testdev/Reports/Pages/Folder.aspx?ViewMode=List.Thus can you suggest what I could try to see what is wrong and/or tell me, show me in code, and/or point to a url that will tell me what could be wrong?Is there a possibility that a test report server value can be wrong? I am the only person who has used this test report server within the last 2 years. What setting(property) do you think I should look at?

Viewing all articles
Browse latest Browse all 2791

Trending Articles