InterviewSolution
Saved Bookmarks
| 1. |
How To Refresh The Crystal Report From The Application? |
|
Answer» CALLING crystalreportcontrolname.reset (by SELECTING Report menu under Refresh the report menu item at design TIME) will refresh the report[crystalreport1.DiscardSavedData=True] calling crystalreportcontrolname.reset (by selecting Report menu under Refresh the report menu item at design time) will refresh the report[crystalreport1.DiscardSavedData=True] |
|