I have a stored procedure accepting from and to date as parameters to an Group By Select. I have added this as a datasource and even have the report designed and showing up fine except...
I cannot find an example of passing parameters from a control (say, DateTimePicker) on the WindowsForm that the ReportViewer appears on to the report as a parameter and then on to the Stored Procedure. How is this done?
I cannot find an example of passing parameters from a control (say, DateTimePicker) on the WindowsForm that the ReportViewer appears on to the report as a parameter and then on to the Stored Procedure. How is this done?