is there a way to bind a table or a list to EntityDataSource "parameters" property?
i`ve tried all expressions i can think of, but non produces the desired result?
if not, what would be the best way to do so on the code behind?
thanks
3 Answers, 1 is accepted
0
Stef
Telerik team
answered on 07 Jan 2014, 12:41 PM
Hello Igor,
Please take a look at the following help articles:
If none of the above resolves your issue, please elaborate on the scenario and the required data binding.
Regards,
Stef
Telerik
New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.
Thanks for the reply.
to be more specific, my question is how to bind a table to collection that is located on the code behind of the report?
what is the context of a table that is located on the rport?
the scenario is that we want to display some of the report parameters on a table in the report.
say the property name is "List1" - than we tried to set the binding expressio of the datasource of the table to
"=List1" or "=ReportItem.List1" but nothing works/
thanks