adspace
How can we improve the performance of a crystal report? OR
What all performance improvement techniques used in crystal
reports? (particularly CR XI)
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category