parameter prompt
I am trying to link sub-report parameters to the main report parameters in which the sub-report exists.
Linking and running works fine when run from Crystal Reports 9 tool itself.
But when run from a C#.Net Windows app it prompts for the sub-report parameter values even though they are linked in the crystal.
Through the app the main report parameters are set the values using setparametervalue() method.
Does anyone has any ideas why the C#.Net Windows app prompts for for sub-report parameters values even though they are linked in the crystal?
Any help is appreciated, thanks in advance
-Hima
|