CR.NET datasource according to user selection
Hi all,
I have a crystal report that I have designed on a Stored procedure as a datasource BUT now I find out that I need one more clausule in the WHERE statment. And this one is from the program itself (it is a date for what are the reports to be printed)
How can I pass this value that I hold in a variable to the existing CR that I am using?
Or can I add this as a parameter to the stored procedure that is behind my report? If so How can I set the value of that parameter Behind the scenes (so User wont see it or wont have to enter it again)
|