Assembly: Report;
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. | |
OnAfterAddDataIsland | The OnAfterAddDataIsland method implements the event that occurs after adding a data area on a report sheet. | |
OnAfterAddEaxGrid | The OnAfterAddEaxGrid method implements the event that occurs after adding an analytical data area on a report sheet. | |
OnAfterAddFormulaIsland | The OnAfterAddFormulaIsland method implements the event that occurs after adding a formula area on a report sheet. | |
OnAfterAddSheet | The OnAfterAddSheet method implements the event that occurs after adding a report page. | |
OnAfterAddTableIsland | The OnAfterAddTableIsland method implements the event that occurs after adding a relational data area on a report sheet. | |
OnAfterDeleteDataIsland | The OnAfterDeleteDataIsland method implements the event that occurs after deleting a data area from a report sheet. | |
OnAfterDeleteTableIsland | The OnAfterDeleteTableIsland method implements the event that occurs after deleting a relational data area from a report sheet. | |
OnAfterExecuteDataIsland | The OnAfterExecuteDataIsland method implements the event that occurs after calculation of a data area of the regular report. | |
OnAfterExecuteFormulaIsland | The OnAfterExecuteFormulaIsland method implements the event that occurs after calculating a formula area. | |
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. | |
OnAfterRefreshEaxGrid | The OnAfterRefreshEaxGrid method implements the event that occurs after refreshing an analytical data area. | |
OnAfterSortEaxGrid | The OnAfterSortEaxGrid method implements the event occurring after data sorting in analytical area. | |
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. | |
OnAfterTransferDataEaxGrid | The OnAfterTransferDataEaxGrid method implements the event that occurs after saving changed values of the analytical 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. | |
OnBeforeChangeControlValue | The OnBeforeChangeControlValue method implements the event that occurs before the value of a regular report control is changed. | |
OnBeforeDeleteControl | The OnBeforeDeleteControl method implements the event that occurs before deleting a control. | |
OnBeforeDeleteSheet | The OnBeforeDeleteSheet method implements the event that occurs before regular report sheet deletion. | |
OnBeforeExecuteCombined | The OnBeforeExecuteCombined method implements the event that occurs before combining queries on calculation of regular report data sources. | |
OnBeforeExecuteDataIsland | The OnBeforeExecuteDataIsland method implements the event that occurs before calculation of a data area of the regular report. | |
OnBeforeExecuteFormulaIsland | The OnBeforeExecuteFormulaIsland method implements the event that occurs before calculating a formula area. | |
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. | |
OnBeforeRefreshEaxGrid | The OnBeforeRefreshEaxGrid method implements the event that occurs before refreshing an analytical data area. | |
OnBeforeSaveReport | The OnBeforeSaveReport method implements the event that occurs before saving the regular report. | |
OnBeforeSaveToStateServer | The OnBeforeSaveToStateServer method implements the event that occurs before saving a regular report to state server. | |
OnBeforeSortEaxGrid | The OnBeforeSortEaxGrid method implements the event that occurs before data sorting in the dashboard. | |
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. | |
OnBeforeTransferDataEaxGrid | The OnBeforeTransferDataEaxGrid method implements the event that occurs before saving changed values of the analytical data area. | |
OnBeforeTransferDataSheet | The OnBeforeTransferDataSheet method implements the event that occurs before saving changed values of data areas of the regular report sheet. | |
OnCellChange | The OnCellChange method implements the event that occurs on changing a regular report cell value. | |
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 EventOnAfterExecuteFormulaIsland method implements the event that occurs after calculating formula 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 EventOnAfterSortEaxGrid method implements the event occurring after data sorting in analytical 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 EventOnAfterTransferDataEaxGrid method implements the event that occurs after saving changed values of the analytical 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 EventOnBeforeChangeControlValue method implements the event that occurs before the value of a regular report control is changed. | ||
The EventOnBeforeDeleteControl method implements the event that occurs before deleting a control. | ||
The EventOnBeforeDeleteSheet method implements the event that occurs before regular report sheet deletion. | ||
The EventOnBeforeExecuteCombined method implements the event that occurs before combining queries on calculation of regular report data sources. | ||
The EventOnBeforeExecuteDataIsland method implements the event that occurs before calculating a data area of the regular report. | ||
The EventOnBeforeExecuteFormulaIsland method implements the event that occurs before calculating formula 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 EventOnBeforeSaveToStateServer method implements the event that occurs before saving a regular report to state server. | ||
The EventOnBeforeSortEaxGrid method implements the event occurring before data sorting in analytical area. | ||
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 EventOnBeforeTransferDataEaxGrid method implements the event that occurs before saving changed values of the analytical 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: