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

Using Fields into ReportHeaderSection

2 Answers 118 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dario Concilio
Top achievements
Rank 2
Dario Concilio asked on 07 Jul 2016, 01:06 PM
Why one field not appears if I insert it in ReportHeaderSection?

2 Answers, 1 is accepted

Sort by
0
Katia
Telerik team
answered on 07 Jul 2016, 01:39 PM
Hello Potito,

If you want to connect to your custom business object and this object() contains a collection of other objects with inner properties (Valuta, Cambio), note that those inner properties will not be accessible by default.

To display the inner properties of the collection you need to bind a separate Data item to this collection using bindings. The binding expression might look as followng: = Fields.Listino.
Note, will not be visible in Edit Expression editor and you will need to type them in manually.

This approach is described in more details in How to Databind to Collection Properties KB article.


Regards,
Katia
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
0
Dario Concilio
Top achievements
Rank 2
answered on 08 Jul 2016, 09:38 AM
I understood what you said, I don't know if I explained well my situation. However, as seen in the image, this approach works.
The engine probably shows the last item of the collection, in my case the property list was empty.
I corrected my collection and now it works.
Tags
General Discussions
Asked by
Dario Concilio
Top achievements
Rank 2
Answers by
Katia
Telerik team
Dario Concilio
Top achievements
Rank 2
Share this question
or