Results 1 to 2 of 2

Thread: Loading two DataSet to the Crystal Report, Possible?

  1. #1

    Thread Starter
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    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

  2. #2

    Thread Starter
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width