One stored procedure create a dataset in which there are 10 datatables.
Since the stored procedure can't modify so that I have to use dataset to bind Crystal Report.
I knew how to bind dataset with single datatable to CR.
But, how to bind multiple datatable to CR?