Progress bar to display to take time of to load the report [modified]
-
Hi, i had a crystal report.it takes time to load.so i would like to show the user that it is loading so that like to know how can I create a progress bar that will show the progress of a loading crystal report in vb.net? the time of to display progerss bar to just report opend when the report are open than the progres bar dosen't show please help if have a source code so please give it please
modified on Wednesday, December 17, 2008 12:24 AM
-
Hi, i had a crystal report.it takes time to load.so i would like to show the user that it is loading so that like to know how can I create a progress bar that will show the progress of a loading crystal report in vb.net? the time of to display progerss bar to just report opend when the report are open than the progres bar dosen't show please help if have a source code so please give it please
modified on Wednesday, December 17, 2008 12:24 AM
You almost certainly cannot, as Crystal almost certainly doesn't tell you how long it wil ltake and provide progress indicators. You can do a progress bar that just spins tho, just load your report in another thread so your UI thread stays responsive.
Christian Graus Driven to the arms of OSX by Vista.