[RESOLVED] RDLC ReportViewer
I have a form with buttons for all my different reports (Report Menu). Each report I made I have been making it's own form with a reportviewer on it. I am wondering if there is a way to have it so when I click the button for the report it uses the same form with reportviewer and just tell it which report to choose attach and rebind the datasource for each specific report?
Thanks for any help! I am very new to vs2010.
Stacy
Re: [RESOLVED] RDLC ReportViewer
It's not that they have to have a value before you call the dialog, they must have a value before you call the ta.fill. You had the dates inside an "if" statement and if "datesDialog.ShowDialog(Me)" did not return "OK" then the dates would have no value.
Re: [RESOLVED] RDLC ReportViewer
Got it!
Thank you very much.