I have researched the heck out of this and as far as I can tell I am doing it correctly. I have created a report called Traveler using visual studio and deployed it. The report comes up but asks for a parameter even though I have included the parameter in the URL. http://crvsql01/Reports_MADE2MANAGE/Pages/Report.aspx?ItemPath=%2fTraveler%2fTraveler&JobOrder=00002-0000&rs:Command=Render
as far as I can tell I did everything right.
Asked
Active
Viewed 60 times
0

TEC C
- 153
- 1
- 3
- 18
-
What's the paramter that causes the problem ? – ADreNaLiNe-DJ Jan 26 '16 at 14:56
-
the parameter is JobOrder=00002-0000 – TEC C Jan 26 '16 at 15:36
-
Try to replace the "-" with %2D – ADreNaLiNe-DJ Jan 26 '16 at 15:43
1 Answers
0
Ok I figured it out I needed to get the path from the report server not the report manager so it should look like this http://crvsql01/ReportServer_MADE2MANAGE/Pages/ReportViewer.aspx?%2fTraveler%2fTraveler&JobOrder=00002-0000&rs:Command=Render

TEC C
- 153
- 1
- 3
- 18