Requirements |
|
Telerik Product and Version |
Telerik Report Desinger 2016 |
Supported Browsers and Platforms |
IE, Motzilla |
Components/Widgets used (JS frameworks, etc.) |
.NET Framework 4 |
Thank you in advance for any feedback!
I am passing a datasource that contains two datasets. On my report under Bindings on the initial report I am using the following expression to set up the datasource of the table =ReportItem.DataObject.RawData.GetValue("states",true), this recognizes dataset(0) without any problem. Now I need to set another table to dataset(1) =ReportItem.DataObject.RawData.GetValue("snapshotObj",true), but this is not being recognized, so I am thinking that I my code is not looking at dataset(1). How can I do this?