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 |
hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button.
I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?
Is it possible to export crystal report with linked subreports in one excel sheet?If yes,then how?
How to present data from Crystal Reports on to form?
How do we connect to the database?
hi...to all i want to generate the two crystal reports one is employee and another is project. now i want to display the two reorts in a single crystal report viewer. i've tried using sub-reports but the page header is not avaliable in a sub reports.. so i want to display two separate crystalreports in a single viewer.. can anybody help me.. plz
Explain basic steps required to display a simple report in crystal?
How can we improve the performance of a crystal report?
how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema
reporter footer contents are move depend the page footer values...........
how to create crystal reports in .net
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.
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)