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



How can we improve the performance of a crystal report? OR What all performance improvement techniq..

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

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

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

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

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

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

Answer / matt

Put as much processing on the server as possible

Is This Answer Correct ?    11 Yes 1 No

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

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

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

Answer / ved sharma

Using the Stored Procdure improve the performane of the
crystal repaort.

Is This Answer Correct ?    10 Yes 2 No

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

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

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

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

How can we improve the performance of a crystal report? OR What all performance improvement techniq..

Answer / gyanendra singh

if we use subreport than we can improve the performance of crystal report.

Is This Answer Correct ?    10 Yes 45 No

Post New Answer

More Crystal Reports Interview Questions

How to conditionally suppress a field based on whether a page number is odd or even?

3 Answers  


hi.. i've created one crystal report. and one global resource file .. in crystal report there's one text object with id Text1. and i want to take the values of resource file i've got it CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 = ((CrystalDecisions.CrystalReports.Engine.TextObject)myreport .ReportDefinition.Sections["section1"].ReportObjects["Text1" ]); Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1"); it is showing the correct value want i want but when i give print it is disappearing.. how to solve this please help me..

0 Answers  


If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?

0 Answers   IBM,


How many .rpt files are be there in a main report having 2 sub reports?

17 Answers   Accenture, Cap Gemini, CTS,


I had an Interview yesterday for a Crystal Reports Developer position. Some of these I have not done in my reporting experience and I had just a half day's notice for the interview, hence no prep time :-( 1) Is there a way to be able to change an image(company logo) dynamically in a report? Example if you have 100 reports, and with the market uncertainity if you anticipate that the company logo might change, how can you change the image just in one place and have this reflected in all teh reports at run time? 2) What is a SQL expression? 3) 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) The interviewer really got me confused as I felt he was not clearly setting forth his questions but it could be that I was unable to understand his wording of the questions. I expect a big zero from his feedback but I am hoping this is an experience for future interviews that I face in crystal reports when I do get some more lined up. Thanks in advance! Anita New Jersey, USA.

5 Answers   Barclays,






Kindly Help for this Below Scenario, I am going to implement Power BI into our internal software. I’m familiar with the fact that each user can pay $9.99 a month to build and view reports but what I need to know is how can we embed Power BI into our application so that any users that log into our application can see the reports without the monthly fee. I’ve researched enough that it can be done. What I am not familiar with is how to do it or the pricing of embedding it into an application. I think they do pricing on how many renders you do or something. Would you be able to look into how we could embed it into our software and the cost?

0 Answers   Cognizant,


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

3 Answers  


Are there any limitations in crystal reports?

22 Answers  


How many Sub Reports added in One MainReport?

4 Answers   Amadeus, Aviva, CTS, Patni, Welkin,


How do you format your crystal reports so that on exporting to word doc or pdf it will not lose the orginal format

3 Answers   Target,


How to write a formula to change a font based upon data ?

2 Answers  


How to access crystal reports in .net?

0 Answers  


Categories