如何将来自数据集的数据绑定到 rdlc 报告中的标题?
预期的: 我需要从数据集中获取值以将它们放入标题中。
我已经做了一些工作: - 在正文区域创建文本框,用来自数据集的正确值填充它们。从标题中获取值,如下所示: ReportItems!txtFromBody.Value
运气不好!仅在最后一页中才填写标题的正确信息。
我想也许我可以使用参数,但目前不确定。 需要一些帮助!
Expected:
I need to get values coming from the dataset to put them in the header.
I've done some work around:
-Create textboxs in the body area, populate them with the correct values coming from dataset. Get the values from the Header like this:
ReportItems!txtFromBody.Value
No luck! The header is filled out with the correct information in the last page only.
I thought maybe I can use parameters, not sure at this point.
Need some help!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以使用标头参数。
现在添加参数
Yes you can use parameter for header.
Now add parameter
不确定您使用的是哪个版本。在VS2010中,您可以毫无问题地将数据绑定到标头。
Not sure which version you are using. In VS2010, you can bind data to header without problem.