I've been deploying Crystal Reports with .NET web applications for over five years now, and this is the first time that I have a group of reports pulling from multiple data sources. The reports are built and run just fine, but when I attempt to deploy them through the applications, I can't get the logon information passed to the individual tables of the different sources. I end up passing all of the logon information to the last datasource that is processed.
Can anyone pass along a sample of code where more than one datasource is used for a non-embedded report?
Thanks!