Loading two DataSet to the Crystal Report, Possible?
Hi guys,
Using Crystal Report in Visual Studio.Net 2003. Just want to ask this one if this is possible. When I create a report, I follow the wizard instruction in which you need to "Add Command" where I wrote my SPs or SQL Statement. I can add two or more "commands" and the reports runs ok which I use in the Run Time for my Windows App the command
Report.SetDataSource(dataSet)
Is it possible if I add another dataSet? I am planning to used the other DataSet in the Sub Report.
Thanks.
Vinceā¢
Chicago, IL
Re: Loading two DataSet to the Crystal Report, Possible?
I dont know if this is possible...
Merging DataSets first then
Report.SetDataSource(dataSet)
I dont know if it works. Let me know if you guys encounter this.