Prev: Setup could not initialize the report server
Next: System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
From: wan on 16 Jan 2006 07:12 Hi, Any expert can help me on this ??? I am integrating my application with MS RS 2005 using URL access method and programatically construct the url link so that when user click on it, the report is rendered straight without asking to select parameter values . I have 4 parameters needed to pass to the url. 2 parameters are cascading parameters. Another 2 are date parameters independant from each other. When I pass the 4 parameters to url , I get the error message " parameter is missing a value ". I remove the lower level cascading parameter , it worked. I believe it is because of the cascading problem. How to resolve it ? Please help as it is urgent. thanks
From: Bruce L-C [MVP] on 16 Jan 2006 21:49
Two things. First, have you put your parameters in the same order on the URL as you have them on the report? Not sure if that would make a difference but just thought it would be worth a try. The other thing is, parameters are case sensitive, made sure they match exactly. -- Bruce Loehle-Conger MVP SQL Server Reporting Services "wan" <hor_kin_wan(a)yahoo.com> wrote in message news:1137413537.520204.316790(a)f14g2000cwb.googlegroups.com... > Hi, > Any expert can help me on this ??? > > I am integrating my application with MS RS 2005 using URL access method > and programatically construct the url link so that when user click on > it, the report is rendered straight without asking to select parameter > values . > > I have 4 parameters needed to pass to the url. 2 parameters are > cascading parameters. Another 2 are date parameters independant from > each other. > > When I pass the 4 parameters to url , I get the error message " > parameter is missing a value ". I remove the lower level cascading > parameter , it worked. > > I believe it is because of the cascading problem. How to resolve it ? > Please help as it is urgent. thanks > |