PrepareReport
Hi all,
I created one web site project in VS2005 with fast report studio .
my project run correctly but when project was running project stoped for long time in follow line
"frx.PrepareReport(true); "--> frx is object from TfrxReport class
and then run project correctiy
i want to know how can i lessen this time ...
please help to me for solve this problem ...
thanks and best regard.
I created one web site project in VS2005 with fast report studio .
my project run correctly but when project was running project stoped for long time in follow line
"frx.PrepareReport(true); "--> frx is object from TfrxReport class
and then run project correctiy
i want to know how can i lessen this time ...
please help to me for solve this problem ...
thanks and best regard.
Comments
Please provide more information,
1. Does your report generated corectly?
2. What is the size of the prepared report and how many records in database?
3. Do you use complicated SQL queries?
4. Compare preparation time under standalone designer and under web site project