Two Data Sources

Stimulsoft Reports.NET discussion
Post Reply
galawij
Posts: 16
Joined: Sat Feb 11, 2012 4:37 am
Location: U.S

Two Data Sources

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Two Data Sources

Post 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.
galawij
Posts: 16
Joined: Sat Feb 11, 2012 4:37 am
Location: U.S

Two Data Sources

Post 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?
Post Reply