如何访问 RDLC 表达式中的当前行/对象?
我可以使用以下表达式访问 RDLC 报告中绑定对象的属性:
Fields!MyField.Value
如何访问绑定对象本身,以便访问它的属性和方法?
I can access the properties of a bound object within an RDLC report by using an expression such as.
Fields!MyField.Value
How can I access the bound object itself so I can access properties and methods on it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来你不能。因此我决定不使用 RDLC 报告。
但是,DataDynamics ActiveReports 提供了多种绑定到的方法数据并使数据可通过代码访问。
It seems you can't. Hence I decided to not use RDLC reports.
However, DataDynamics ActiveReports provides several ways to bind to data and make the data accessible from code.