The ReportEvents class contains methods implementing regular report events. This class has the same method of events description as the IPrxReportUserEvents interface. On creating a custom class select the ReportEvents class as the parent element as this enables the user to avoid problems with new methods implementing various events.
| Method name | Brief description | |
| OnAfterActivateSheet | The OnAfterActivateSheet method implements the event that occurs after changing the active sheet of the regular report. | |
| OnAfterExecuteDataIsland | The OnAfterExecuteDataIsland method implements the event that occurs after calculation of a data area of the regular report. | |
| OnAfterExecuteReport | The OnAfterExecuteReport method implements the event that occurs after calculation of the regular report. | |
| OnAfterExecuteTableIsland | The OnAfterExecuteTableIsland method implements the event that occurs after calculation of the relational data area. | |
| OnAfterExportReport | The OnAfterExportReport method implements the event that occurs after export of the regular report. | |
| OnAfterPrintReport | The OnAfterPrintReport method implements the event that occurs after printing the regular report. | |
| OnAfterRecalcSheet | The OnAfterRecalcSheet method implements the event that occurs after calculation of a sheet of the regular report. | |
| OnAfterTransferData | The OnAfterTransferData method implements the event that occurs after saving changed values of all data areas of the regular report. | |
| OnAfterTransferDataDataIsland | The OnAfterTransferDataDataIsland method implements the event that occurs after saving changed values of the data area. | |
| OnAfterTransferDataSheet | The OnAfterTransferDataSheet method implements the event that occurs after saving changed values of data areas of the regular report sheet. | |
| OnBeforeActivateSheet | The OnBeforeActivateSheet method implements the event that occurs before changing active sheet of the regular report. | |
| OnBeforeDeleteControl | The OnBeforeDeleteControl method implements the event that occurs before removing a control. | |
| OnBeforeExecuteDataIsland | The OnBeforeExecuteDataIsland method implements the event that occurs before calculation of a data area of the regular report. | |
| OnBeforeExecuteReport | The OnBeforeExecuteReport method implements the event that occurs before calculation of the regular report. | |
| OnBeforeExecuteTableIsland | The OnBeforeExecuteTableIsland method implements the event that occurs before calculation of the relational data area. | |
| OnBeforeExportReport | The OnBeforeExportReport method implements the event that occurs before export of the regular report. | |
| OnBeforeOpenReport | The OnBeforeOpenReport method implements the event that occurs before opening of the regular report. | |
| OnBeforePrintReport | The OnBeforePrintReport method implements the event that occurs before printing the regular report. | |
| OnBeforeRecalcSheet | The OnBeforeRecalcSheet method implements the event that occurs before calculation of a sheet of the regular report. | |
| OnBeforeSaveReport | The OnBeforeSaveReport method implements the event that occurs before saving the regular report. | |
| OnBeforeTransferData | The OnBeforeTransferData method implements the event that occurs before saving changed values of all data areas of the regular report. | |
| OnBeforeTransferDataDataIsland | The OnBeforeTransferDataDataIsland method implements the event that occurs before saving changed values of the data area. | |
| OnBeforeTransferDataSheet | The OnBeforeTransferDataSheet method implements the event that occurs before saving changed values of data areas of the regular report sheet. | |
| OnChangeControlValue | The OnChangeControlValue method implements the event that occurs when value of a control of the regular report is changed. | |
| OnSubstituteReport | The OnSubstituteReport method implements the event that occurs on report substitution. |
| Method name | Brief description | |
| The EventOnAfterActivateSheet method implements the event that occurs after changing the active sheet of the regular report. | ||
| The EventOnAfterAddDataIsland method implements the event that occurs after adding a data area. | ||
| The EventOnAfterAddEaxGrid method implements the event that occurs after adding an analytical data area. | ||
| The EventOnAfterAddFormulaIsland method implements the event that occurs after adding a formula area. | ||
| The EventOnAfterAddSheet method implements the event that occurs after adding a sheet. | ||
| The EventOnAfterAddTableIsland method implements the event that occurs after adding a relational data area. | ||
| The EventOnAfterDeleteDataIsland method implements the event that occurs after deleting a data area. | ||
| The EventOnAfterDeleteEaxGrid method implements the event that occurs after deleting an analytical data area. | ||
| The EventOnAfterDeleteFormulaIsland method implements the event that occurs after deleting a formula area. | ||
| The EventOnAfterDeleteSheet method implements the event that occurs after deleting a sheet. | ||
| The EventOnAfterDeleteTableIsland method implements the event that occurs after deleting a relational data area. | ||
| The EventOnAfterExecuteDataIsland method implements the event that occurs after calculating a data area of the regular report. | ||
| The EventOnAfterExecuteReport method implements the event that occurs after executing the report. | ||
| The EventOnAfterExecuteTableIsland method implements the event that occurs after calculating the relational data area. | ||
| The EventOnAfterExportReport method implements the event that occurs after export of the regular report. | ||
| The EventOnAfterPrintReport method implements the event that occurs after printing of the regular report. | ||
| The EventOnAfterRecalcSheet method implements the event that occurs after calculating a sheet of the regular report. | ||
| The EventOnAfterRefreshEaxGrid method implements the event that occurs after refreshing an analytical data area. | ||
| The EventOnAfterTransferData method implements the event that occurs after saving changed values of all data areas of the regular report. | ||
| The OnAfterTransferDataDataIsland method implements the event that occurs after saving changed values of the data area. | ||
| The OnAfterTransferDataSheet method implements the event that occurs after saving changed values of data areas of the regular report sheet. | ||
| The EventOnAuditOperation method implements the event that occurs on auditing the operation. | ||
| The EventOnBeforeActivateSheet method implements the event that occurs before changing the active sheet of the regular report. | ||
| The EventOnBeforeDeleteControl method implements the event that occurs before deleting a control. | ||
| The EventOnBeforeExecuteDataIsland method implements the event that occurs before calculating a data area of the regular report. | ||
| The EventOnBeforeExecuteReport method implements the event that occurs before calculating the regular report. | ||
| The EventOnBeforeExecuteTableIsland method implements the event that occurs before calculating the relational data area. | ||
| The EventOnBeforeExportReport method implements the event that occurs before regular report export. | ||
| The EventOnBeforeOpenReport method implements the event that occurs before opening the regular report. | ||
| The EventOnBeforePrintReport method implements the event that occurs before printing the regular report. | ||
| The EventOnBeforeRecalcSheet method implements the event that occurs before calculating a sheet of the regular report. | ||
| The EventOnBeforeRefreshEaxGrid method implements the event that occurs before refreshing an analytical data area. | ||
| The EventOnBeforeSaveReport method implements the event that occurs before saving the regular report. | ||
| The EventOnBeforeTransferData method implements the event that occurs before saving changed values of all data areas of the report to a source. | ||
| The OnBeforeTransferDataDataIsland method implements the event that occurs before saving changed values of the data area. | ||
| The OnBeforeTransferDataSheet method implements the event that occurs before saving changed values of data areas of the regular report sheet. | ||
| The EventOnCellChange method implements the event that occurs after changing a cell value. | ||
| The EventOnChangeControlValue method implements the event that occurs when value of a control of the regular report is changed. | ||
| The EventOnSubstituteReport method implements the system event that occurs on report substitution. |
See also: