在 .NET 中使用 .qr2 报告?
我们使用的 ERP 包含大量 QuickReport 格式 (.qr2) 的报告。 根据我的搜索,Quickreports 有一个用于 Delphi 的接口,但没有用于 .NET 的接口。
有人知道是否有(最好是免费/OSS)解决方案可以将 .qr2 报告转换为我可以在 C# 中使用的内容? 或者直接阅读这些报告的组件?
We use an ERP that has a bunch of reports in QuickReport format (.qr2). From what I could search, Quickreports has an interface for Delphi but not for .NET.
Anyone know if there's a (preferably free/OSS) solution for converting .qr2 reports to something I could work with in C#? Or a component for reading these reports directly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Delphi 2005 和 Delphi 2006 支持 .NET 版本的 QuickReports。 但是,您必须获得(非免费)“专业”版本的 QuickReports 才能获得 .NET 支持。 它不包含在“标准”版本中。 Delphi 2005 和 Delphi 2006 都支持 C#,但我从未尝试过使用 Delphi for .NET 或 C# 的 .NET 版本的 QuickReports。 我无法告诉你它的效果如何。
此外,Qsoft 计划发布其工具的 C# 版本,尽管它似乎落后了日程。
There is a .NET version of QuickReports supported in Delphi 2005 and Delphi 2006. You have to get the (non-free) "professional" version of QuickReports to get the .NET support, however. It's not included in the "standard" edition. Delphi 2005 and Delphi 2006 both support C#, but I have never tried the .NET version of QuickReports, with either Delphi for .NET or C#. I can't tell you how well it works.
Also, Qsoft is planning to release a C# version of their tool, though it appears to be behind schedule.