Question

Imagine I we have the Person class which have a navigation property named Skills and I want to access Skills of each person in the report.

But the code

report.RegBusinessObject("Persons", ctx.PersonCollection)

just registers value typed properties of each Person in the report and I have to iterate each Person to get its related Skills and register its Skills separately.

Any suggestions?

Was it helpful?

Solution

Try to call report.Dictionary.SynchronizeBusinessObjects(2) after registering BO.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top