Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxReportUserEvents interface contains methods implementing regular report events.
IPrxReportUserEvents
This interface uses the same methods as the ReportEvents class to describe events. When creating a custom class select the ReportEvents class as the parent element as this enables you to avoid problems with new methods implementing various events.
| 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: