954,510 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to make a progress bar for crystal reports viewer

I have created an application which has a crystal report viewer embedded in it. But the *.rpt files that are going to be opened in the viewer are too big, and it waits for minutes while opening.
How can I put a progress bar or something to indicate that the program is still working while the file loads?

furk
Newbie Poster
8 posts since Feb 2011
Reputation Points: 8
Solved Threads: 0
 

i suggest just change the curser to hour glass:
before the code that is loading the rpt
this.Cursor = Cursors.WaitCursor;

so users know that it is loading
and when it is done loading change the cursor back: this.Cursor = Cursors.Default;

biit
Newbie Poster
2 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: