Bind child object property with in rdlc (Report)

怎甘沉沦 提交于 2019-12-01 18:50:54
quentin-starin
=Fields!ObjSubject.Value.SubjectName

That expression in a textbox on the report should give you the nested value.

  1. Make a partial class of your base class
  2. Make a new property
  3. Define the logic in the getter and setter using your nested object property
  4. Then add it to the rdlc report like any other property of your base class
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!