Crystal Reports Question:
Download Questions PDF

How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)?

Crystal Reports Interview Question
Crystal Reports Interview Question

Answer:

There are multiple ways to do that...


1. Using Report bursting indexes.
2. and Sub reports degrade the performance, So avoid using
sub reports

Download Crystal Reports Interview Questions And Answers PDF

Previous QuestionNext Question
I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the two
reports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer.

How to show up the two crystal reports in single crystalreportviewer?
How to add Crystal Reports(Standalone) to my VB.NET project?