Search code examples
c#crystal-reports

How can I use more than one Stored Procedure in a crystal report?


I have two stored procedures and the data of those two procedures is not related to each other. I want show the all data from those two stored procedures in one crystal reports. And also I want to display the data from two procedures one after the other. Can anyone help me to solve this problem?


Solution

  • prasanna, you have to use Sub report as suggested by ajit or you can merge both stored procedure data in one Datatable or DataSet in code behind :)