Click here to Skip to main content
15,898,745 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using C#

I want to show some text or any progress bar at the time of loading crystal Reports in my windows application.
My Crystal report Takes 30sec for loading so, i want to show that thing in that time.

Is there any way to reduce time of loading Crystal Report.

Thanks.
Posted
Updated 25-Apr-12 22:08pm
v2

1 solution

Add button to the page inside update panel and put crystal report code inside that button click event instead of on page load.

Now on body load, fire post back event of button using javascript.

For Export/Print issue, add trigger to update panel with crystal report viewer control.
and check link, Progress bar for crystal report[^]
 
Share this answer
 
Comments
Mohd Imran Saifi 25-Apr-12 7:39am    
Sorry but i am using windows application.
but thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900