I need to make a report that has data pulling from difference datasource/ tables? Is that possible? and how?
1 Answer, 1 is accepted
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.