I Use an application to print Report from a Sql Server 2000 database using crystal report XIR2 and C# 2005, the problem is it take a lot of time to begin printing the first page
The Crystal Report Take data from tow table in the database, each table contain (30 000 rows).
If there's a solution to that problem please send me it?
Mahesh ChandPosted Jun 5, 2007, 9:36 AM
In many of my applications, I pass data that is required to Crystal report. Most of my data operations and business logic is placed in my code. After data is processed, I use Crystal to display and print only.