I have a report configured and it needs 2 params, aPage & aOpening to fetch data from a SQL2K sp.
Where do I pass it and how? Currently trying to use :
//object aPage = Session["ptPage"] ; //as string;
//object aOpening = Session["ptPage"] ; //as string ;
PtoReport1.ParameterFieldInfo.Add(Session["ptPage"]);
PtoReport1.ParameterFieldInfo.Add(Session["ptPage"]);
Erros with Invaid Object Type??
Any ideas?
TIA
__Stephen
Where do I pass it and how? Currently trying to use :
//object aPage = Session["ptPage"] ; //as string;
//object aOpening = Session["ptPage"] ; //as string ;
PtoReport1.ParameterFieldInfo.Add(Session["ptPage"]);
PtoReport1.ParameterFieldInfo.Add(Session["ptPage"]);
Erros with Invaid Object Type??
Any ideas?
TIA
__Stephen