문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top