I was having the exact same problem.
This was a result of my making an unnecessary call to myReport.Refresh() after I had set the parameter with a call to myMainReport.SetParameterValue ("MyParameterName", "MyParameterValue")
I removed the call to myMainReport.Refresh() and everything works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.