StiReport Events |
The StiReport type exposes the following members.
Name | Description | |
---|---|---|
BeginRender |
Occurs when the report rendering starts.
| |
Click |
Occurs when user clicks in the viewer window.
| |
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
DoubleClick |
Occurs when user double clicks in the viewer window.
| |
EndRender |
Occurs when the report rendering is finished.
| |
Exported |
Occurs when report ends exporting.
| |
Exporting |
Occurs when report starts exporting.
| |
GetSubReport |
Occurs when report engine require Sub-Report.
| |
GotoComp |
Occurs when the Engine.GotoComponent method is called.
| |
Paint |
Occurs when it is necessary to repaint in the window of viewer.
| |
Printed |
Occurs when report ends printing.
| |
Printing |
Occurs when report starts printing.
| |
RefreshViewer |
Occurs when report rendering is finished and viewer control needs to be updated.
| |
Rendering |
Occurs when a page is rendered.
| |
ReportCacheProcessing |
Occurs when a report cache is processing.
| |
StatusChanged |
Occurs when status of the report is changed when report rendering.
|