Click here to Skip to main content
15,917,862 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi..

I have created crystal report which takes about 2-3 minutes to load.

I want to display loading image / progress bar while crystal report is loading.

As crystal report postbacks for every toolbar action, i also want to display progress bar for every event.

I tried using update panel, but it stops export/print functionality.

please suggest.

Regards,
Posted

1 solution

ok finally i got it work..

Do following for loading image display for crystal report.

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.
 
Share this answer
 

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