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 types of reports can be generated in crystal reports?
7 Answers Finite Infotech, Precision Techconet, VMware, winfoware,
How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format
How to conditionally suppress a field based on whether a page number is odd or even?
How to present data from Crystal Reports on to form?
How to add Crystal Reports(Standalone) to my VB.NET project
Where is the image located, after youve placed it on the report?
I have a crystal report with a linked subreport as well. is there any way not to print the current record on the main report if no records are returned from the subreport? thanks you email - stanlte@yahoo.com
How do we format field?
hi... i've two crystal reports one is in D: drive name employee.rpt with 5 textobject and another report is in E: drive name employee.rpt with 15 textobject... now i want to write a program to overwrite the D drives report with E drives reports i.e i want to replace the 5 textobject with 15 textobject.. overwriting the reports while it is executing .. is there any code for it please help me.. its urgent..
Reports can be optimized for web viewing using which of the following strategies: a. Using subreports instead of linking tables b. Avoiding maps c. Using the Page N of M special field to help users understand how many pages are in the report d. Saving reports as version 10 e. Avoiding reports with drill-down capabilities
Explain the various components in crystal reports?
How to print two details fields at the bottom of the page
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)