I have a winform with a datefield. When a user selects a date and submits, a reportviewer on the page takes the date as a parameter through the tableadapter and shows the report.
What I need is a way to print the user selected date on the report.
Can someone show me how to pass a value from the winform to the rdlc file and make it print on the report itself?
I assume I would use a report parameter, but I can't seem to find any good documentation on how to accomplish this. thanks.