How can i pass Parameter field to stored procedure in design view without coding
I have created c# parameterized crystal report (winforms) using crystal report's parameter field and record selection formula from field explorer at design time to filter report by help of following link:"https://www.mindstick.com/Articles/602/parameter-field-in-crystal-report"
When executed an input box is generated by crystal report automatically prompting for parameter value. I have not written any code for it.
Can I use crystal report's parameter field and record selection formula (as used in link stated above) with stored procedure at design time ?