How can we improve the performance of a crystal report? OR
What all performance improvement techniques used in crystal
reports? (particularly CR XI)
Answers were Sorted based on User's Feedback
Answer / madhusudhanreddy t
Some of the answers posted are good, but the real things to
do in order to improve the performance of the crystal
reports are:
- Server Side processing should be done.This can be achieved
by using the option PERFORM GROUPING ON SERVER.
-Using Indexes for faster data retrieval also improves the
performance of the reports.This can be achieved by using the
option USE INDEXES FOR SPEED.
- Instead of using the Formula Fields the other option
provided is SQL Expression Fields to improve the
performance. Using Stored Procedures is also very good
option since they are pre-compiled sql statements which are
permanently stored in the database where syntax checking
will not be done for each individual query.
-If you are using Sub Reports, then you can use the ON
DEMAND SUB REPORTS instead of normal sub reports. Since
using the normal sub reports will be a cost factor to
retrieve the data from the data source.
-Using Linked Tables with Indexes is the better option
instead of sub reports. Again it depends upon your requirement.
-Instead of retrieving all the records, its always
recommended to fetch only the necessary records using the
where condition.
They are still many points to be noted....as far as for
interview point.....providing these answers will surely
place you in a right position.
For any Queries on Crystal Reports and .NET Integration, you
can contact me at madhureddyin@yahoo.com
Thanks and Regards,
Madhusudhanreddy T
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / santhosh alladi
There are multiple ways to do that...
1. Using Report bursting indexes.
2. and Sub reports degrade the performance, So avoid using
sub reports.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / rahmathulla a
As per janarthanan said, Avoiding subreports,running totals
and summary fields make the performance good. And we should
do maximum logical things by the stored procedure than the
performance will improve well.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / janarthanan m
Avoiding sub reports will improve the performance of the report.
Avoid Using running totals and Summary fields.
Using more suppress conditions
| Is This Answer Correct ? | 16 Yes | 7 No |
Answer / ved sharma
Using the Stored Procdure improve the performane of the
crystal repaort.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / aaa
Avoiding sub reports will improve the performance of the report.
Avoid Using running totals and Summary fields.
Using more suppress conditions
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / hemant
What else can be done to improve the performance of the
report when there is a big database involved with a number
of tables involved. Basically when the select query becomes
complex, what should be done to improve the performance of
the report?
| Is This Answer Correct ? | 1 Yes | 11 No |
Answer / gyanendra singh
if we use subreport than we can improve the performance of crystal report.
| Is This Answer Correct ? | 10 Yes | 45 No |
How many .rpt files are be there in a main report having 2 sub reports?
17 Answers Accenture, Cap Gemini, CTS,
How to "Print" in Crystal Reports while using ASP DOT NET Platform?
How to open subreport in New IE window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report. Can anybody answer this please....... Regards Vimal.
How many sub-reports can report can have?
How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format
What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions)?
How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)
Can we add any database field once we have chosen ?Close? button?
Is there a way to export the report formulas, like totals to excel?
Explain basic steps required to display a simple report in crystal?
Explain reporter footer contents are move depend the page footer values?
how to create crystal reports in .net
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)