This is a migrated thread and some comments may be shown as answers.

Bind table to EntityDataSource Parameters

3 Answers 123 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 02 Jan 2014, 12:27 PM
Hi

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

Sort by
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.

0
Igor
Top achievements
Rank 1
answered on 08 Jan 2014, 11:32 AM
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


0
Hinata
Top achievements
Rank 1
answered on 13 Jan 2014, 09:30 AM
Hi Igor,

I had a similar issue and resolved it by accessing the public property of the report using this expression:

= ReportItem.Report.ItemDefinition.MyProperty

I found this solution here. I hope it helps.
Tags
General Discussions
Asked by
Igor
Top achievements
Rank 1
Answers by
Stef
Telerik team
Igor
Top achievements
Rank 1
Hinata
Top achievements
Rank 1
Share this question
or