This is a migrated thread and some comments may be shown as answers.

Can I generate a report which has data from multiple datasource

1 Answer 178 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rick Chen
Top achievements
Rank 1
Rick Chen asked on 05 Dec 2007, 05:34 PM

I need to make a report that has data pulling from difference datasource/ tables?   Is that possible?  and how?

1 Answer, 1 is accepted

Sort by
0
Svetoslav
Telerik team
answered on 06 Dec 2007, 03:33 PM
Hi Rick Chen,

For the time being one report can display data from only data source set through its DataSource property. If a DataSource contains multiple sources of data, you should set the DataMember to one of the sources.

For example, if the DataSource is a DataSet or DataViewManager that contains three tables named Customers, Orders, and OrderDetails, you must specify one of the tables to bind to. If the DataSet or DataViewManager contains only one DataTable, you should set the DataMember to the TableName of that DataTable.

I hope this information helps.

All the best,
Svetoslav
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Rick Chen
Top achievements
Rank 1
Answers by
Svetoslav
Telerik team
Share this question
or