|
Code Explorer Module View
See Also Locator |
Previous Top Next |
| Declarations These are variables and constants that are globally visible throughout the report.
|
|
|
| Events These are, in essence, the report's events. In the case where the preview window is displayed, OnCreate and OnDestroy fire when the window is opened and closed, respectively. This is different from Report.BeforePrint and AfterPrint in that those methods will fire each time Report.Print is called. OnCreate and OnDestroy are good places for initialization and finalization code such as creating and freeing objects and initializing variables.
|
|
|
| Programs These are procedures and functions that are globally visible throughout the report and can therefore be called from any event handler.
|
|
|
| Event Handlers These are all event handlers that have been implemented in the report.
|
|
|