Page 1 of 1

Two Data Sources

Posted: Mon Feb 20, 2012 1:06 am
by galawij
Hello Everybody,
I Have a question and I need Your help,PLS.
I want to create a report with two data sources(Two Stored Procedures).One for report and another for fill a object of the form.
I searched,Bud I didnot find a similar sample...:hugging:
How can I Send two data sources from Visual Studio to the report?(I am Programming with ASP.Net and SQl)
Please put a sample for me(Or a Link).
I hope I made myself clear.
Thank you so much.

Regards Galawij.

Two Data Sources

Posted: Mon Feb 20, 2012 9:46 am
by Alex K.
Hello,

As a way, create two datatable for each procedure and put them in dataset and than register this dataset to report.

Thank you.

Two Data Sources

Posted: Wed Feb 22, 2012 12:48 am
by galawij
Thank you,Aleksey.
But I do not Know How Can I create Two data sources in a report??
Could you explain it in more details?