Crystal Reports 2010中的报告开放速度非常慢 [英] reports are opening very slow in Crystal Reports 2010

查看:73
本文介绍了Crystal Reports 2010中的报告开放速度非常慢的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在vb.net vs2010中有多个项目的解决方案,并使用SAP Crystal Reports 2010进行报告。





我的问题是,在所有项目中,我的报告通常在报表查看器中打开。



但是只有一个项目报表查看器花费了太多时间来加载报表。这不是数据处理问题,因为这些是简单的报告没有复杂的查询。



调试后我得到的结果是代码行占用了太多不需要的时间是





Dim crTables As Tables = objReport.Database.Tables







任何帮助

I have a solution of multiple projects in vb.net vs2010, and using SAP Crystal reports 2010 for reporting.


My Problem is that in all projects my reports are opening in report viewer normally.

but Only in one project report viewer is taking too much time to load report. it is not the data processing problem because these are simple reports not have complex queries.

after debugging i come to the result that the line of code which is taking too much unnecessery time is


Dim crTables As Tables = objReport.Database.Tables



any help

推荐答案

这里有一些关于双方表现的建议


数据库端

在SQL Server中优化数据访问的十大步骤:第一部分(使用索引) [ ^ ]

在SQL Server中优化数据访问的10个步骤:第二部分(重新考虑TSQL并应用最佳实践) [< a href =http://www.codeproject.com/KB/database/RefactorTSQLs.aspxtarget =_ blanktitle =New Window> ^ ]

在SQL Server中优化数据访问的十大步骤:第三部分(应用高级索引和非规范化) [ ^ ]

在SQL Server中优化数据访问的10个步骤:第IV部分(诊断数据库性能问题) [ ^ ]

在SQL Server中优化数据访问的10个步骤:第五部分(优化数据库文件并应用分区) [ ^ ]



水晶报告方

报表分析器:优化Crystal Reports [ ^ ]

优化报告性能 [ ^ ]

优化Crystal Reports [ ^ ]

Crystal Reports使用.NET C#(SetDataSource)缓慢加载 [ ^ ]



希望这些能帮到你。
Here some suggestions regarding the performance on both sides

Database side
Top 10 steps to optimize data access in SQL Server: Part I (use indexing)[^]
Top 10 steps to optimize data access in SQL Server: Part II (Re-factor TSQL and apply best practices)[^]
Top 10 steps to optimize data access in SQL Server: Part III (Apply advanced indexing and denormalization)[^]
Top 10 steps to optimize data access in SQL Server: Part IV (Diagnose database performance problems)[^]
Top 10 steps to optimize data access in SQL Server: Part V (Optimize database files and apply partitioning)[^]

Crystal reports side
Report Analyzer: Optimize Crystal Reports[^]
Optimizing Report Performance[^]
Optimizing Crystal Reports[^]
Crystal Reports Slow Load Using .NET C# ( SetDataSource )[^]

Hope these will help you.


这篇关于Crystal Reports 2010中的报告开放速度非常慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆