Hi Is able to use a DataSet (XML Definition adn after programic creation. -CrystalReports proces) with multiple
tables as datasource? DataExplorer does not show me more tables.
Thanks you
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 24 Mar 2010, 06:22 PM
Hello Jan Mucha,
If you are using Telerik Reporting prior to Q1 2010, use the DataMember property of the report to set explicitly the table you would like to use. This is needed as a report can be bound to a single table only. If your DataSource contains more tables, you can bind a separate report to it and take advantage of a subreport item or use table item to directly show data in main report.
If you are using Telerik Reporting Q1 2010 - you should use the ObjectDataSource component as DataSource and set its DataMember instead.
Kind regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.