I have finally got the hang of this ReportViewer control. The one
question that I have is dealing with multiple reports. If I have, lets
say, 10 rdlc reports should I have 10 WinForms to put them on, or put
them on one form and programmatically choose which rdlc to use.
I have been doing the second option but have been running into some
weird data binding sharing issues.
Any thoughts/suggestions?