DevExpress XtraReports ReportToolbar 在升级到 .NET 4 时中断
我刚刚将一个站点升级到 .NET 4,该站点使用 XtraReports 报告,现在工具栏已停止工作。具体来说,它呈现正常,只是它在页面下拉列表中显示空白而不是当前页面,并且单击工具栏中的任何按钮不会执行任何操作。这是一个已知的问题,有已知的解决方法/修复吗?感谢您的指点。我们使用的是 XtraReports 7.3.6 版本。
I just upgraded a site to .NET 4 which is using the XtraReports reports, and now the toolbar has stopped working. Specifically, it renders ok except that it displays blank instead of the current page in the page dropdownlist, and clicking on any of the buttons in the toolbar does nothing. Is this a known issue with a known workaround/fix? Thanks for any pointers. We are using version 7.3.6 of XtraReports.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
升级到 v10.1 似乎已经解决了这个问题。有一个已知问题,涉及将 TableName 添加到所有报告的 DataMember 属性,这是 v7 和 v10 之间某个时间发生的重大更改,详细信息如下:
http://www.devexpress.com/Support/Center/p/S133843。 ASPX
Upgrading to v10.1 seems to have solved the issue. There's a known issue involving adding the TableName to the DataMember property of all reports that's a breaking change that happened sometime between v7 and v10, detailed here:
http://www.devexpress.com/Support/Center/p/S133843.aspx