I have a C#.Net web app that fronts just about 400 reports. I'm moving it to a server that does not have the OLEDB provider that I used to design the reports with many years ago. I'm setting all the connection info at runtime to support dev, testing and production environments. I have yet to find a way to change the provider. If I could pass a raw connection string like a do in my application that would be cool. The only answers I've seen is grabbing the dataset from within my code, but I would rather be done with that binding after I've designed the report. Any suggestions would be appreciated. Until then I'm going one rpt at a time-I'd rather be developing, help!
-Tyson Smith