Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SQL 2005 和 CR 8.5,我的一些报告在通过应用程序打开时需要大约 10 分钟才能加载,有人知道要解决的问题和解决方案是什么吗?
从 Crystal Reports 设计器中,转到Report菜单并选择Performance Information它应该会为您提供更多关于什么需要这么长时间的信息。
Report
Performance Information
我没有用过 CR 8.5(我用过的最老的版本是 CR XI)。但希望该功能已经存在了一段时间。
这可能是因为您没有使用索引字段限制数据,如果可能的话,在索引字段上包含过滤器总是更快,即使它不准确也可以大大减少要检查的项目数量。