“已添加具有相同密钥的项目。”是什么原因? VS 中的消息?
我正在使用 Devexpress 的 DevExpress.XtraReports.UI.XtraReport 组件。在 vs2008 pro sp1 中,当我尝试将数据集添加到报告中时,它会等待一段时间,然后显示:“错误消息:已添加具有相同键的项目”。此问题的可能原因是什么以及如何解决此问题?
I am using Devexpress' DevExpress.XtraReports.UI.XtraReport component. And in vs2008 pro sp1, when i try to add a dataset to the report, it waits a while and then says:"Error message: An item with the same key has already been added". What might be the possible reasons with this problem and how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
报告中的某些内容正在使用哈希表,其中用于哈希表的密钥被添加两次。可能您的数据集有一列用作键,并且其中的数据不唯一?
Something in the report is using a Hashtable where the Key it is using for the Hashtable is added twice. Possibly your dataset has a column that is being used as a key, and has data in it that is not unique?