I have created a report with 2 parameters. I need to pass these parameters to crystal before the report will execute. I am using asp with crystal. I have down this before with windows forms using
cr.SetParameterValue(0,first);
With asp I do not get the SetParameterValue. Is there another way I can do this.
Thanks in advance
G
cr.SetParameterValue(0,first);
With asp I do not get the SetParameterValue. Is there another way I can do this.
Thanks in advance
G