My apologies if this has been answered before, I am not able to find something similar to this situation.
I am trying to create a report that has 2 sections
- Section 1 - contains data about a User
- Section 2 - contains a table which has user activity ( say when the user logged on etc.)
I have a Stored Procedure that returns 2 datatables in a dataset.
My question is how do I bind this one dataset to 2 different sections?
Thanks,
SSharma
I am trying to create a report that has 2 sections
- Section 1 - contains data about a User
- Section 2 - contains a table which has user activity ( say when the user logged on etc.)
I have a Stored Procedure that returns 2 datatables in a dataset.
My question is how do I bind this one dataset to 2 different sections?
Thanks,
SSharma