The default method for getting a value from the datasource to the report is with =Fields.Datafield.
This assumes Table(0). If I have multiple selects returning multiple tables how to I get to these data items.
Andy
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 29 Oct 2009, 04:52 PM
Hello Andy,
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.