amir100 Posted April 24, 2007 Posted April 24, 2007 As the title said, I'm currently stuck with using two datasets as a datasource in one crystal report object. I usually use the SetDataSource method of the crystal report ReportDocument object. But I guess you can't call SetDataSource twice. Can you? :confused: Anyway I need some help here. Any ideas? :D Quote Amir Syafrudin
pendragon Posted April 24, 2007 Posted April 24, 2007 You can set the data source for each table crReportDocument.Database.Tables[0].SetDataSource(Your Data Source); Quote
amir100 Posted April 24, 2007 Author Posted April 24, 2007 You can set the data source for each table crReportDocument.Database.Tables[0].SetDataSource(Your Data Source); Works perfectly. :D Many thanks to you pendragon. Now I can finally go back home and take some rest. :p Quote Amir Syafrudin
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.