How do I programmaticly set data source for Asp.net report control?
I have a VS 2008 report control and want to switch between a couple different reports.
I can switch repots by setting the report source and refreshing the control but I can't see where to set the data source.
Each report has it's own data source and if I set them to start when the control is built it is fine but I need to switch between them.