I wrote some code to create a report in a wizard like fashion. Something changed in the architecture of the system and now I need to support a dynamic connection to a datasource. In other words I don't know what database I'm connecting to at design time. The only thing I can think of to do is to inherit the Report object into a new class that supports my dynamic connection and then serialize the whole thing. I can't think of any other way to do it. Any other ideas? Is there a way to iterate the SqlDataSources in a report?
Thanks,
Darren
Thanks,
Darren