ReportEvents

Assembly: Report;

Description

The ReportEvents class contains methods implementing regular report events.

Comments

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.

Methods

  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.

Methods inherited from IPrxReportUserEvents

  Method name Brief description

EventOnAfterActivateSheet

The EventOnAfterActivateSheet method implements the event that occurs after changing the active sheet of the regular report.

EventOnAfterAddDataIsland

The EventOnAfterAddDataIsland method implements the event that occurs after adding a data area.

EventOnAfterAddEaxGrid

The EventOnAfterAddEaxGrid method implements the event that occurs after adding an analytical data area.

EventOnAfterAddFormulaIsland

The EventOnAfterAddFormulaIsland method implements the event that occurs after adding a formula area.

EventOnAfterAddSheet

The EventOnAfterAddSheet method implements the event that occurs after adding a sheet.

EventOnAfterAddTableIsland

The EventOnAfterAddTableIsland method implements the event that occurs after adding a relational data area.

EventOnAfterDeleteDataIsland

The EventOnAfterDeleteDataIsland method implements the event that occurs after deleting a data area.

EventOnAfterDeleteEaxGrid

The EventOnAfterDeleteEaxGrid method implements the event that occurs after deleting an analytical data area.

EventOnAfterDeleteFormulaIsland

The EventOnAfterDeleteFormulaIsland method implements the event that occurs after deleting a formula area.

EventOnAfterDeleteSheet

The EventOnAfterDeleteSheet method implements the event that occurs after deleting a sheet.

EventOnAfterDeleteTableIsland

The EventOnAfterDeleteTableIsland method implements the event that occurs after deleting a relational data area.

EventOnAfterExecuteDataIsland

The EventOnAfterExecuteDataIsland method implements the event that occurs after calculating a data area of the regular report.

EventOnAfterExecuteFormulaIsland

The EventOnAfterExecuteFormulaIsland method implements the event that occurs after calculating formula area of the regular report.

EventOnAfterExecuteReport

The EventOnAfterExecuteReport method implements the event that occurs after executing the report.

EventOnAfterExecuteTableIsland

The EventOnAfterExecuteTableIsland method implements the event that occurs after calculating the relational data area.

EventOnAfterExportReport

The EventOnAfterExportReport method implements the event that occurs after export of the regular report.

EventOnAfterPrintReport

The EventOnAfterPrintReport method implements the event that occurs after printing of the regular report.

EventOnAfterRecalcSheet

The EventOnAfterRecalcSheet method implements the event that occurs after calculating a sheet of the regular report.

EventOnAfterRefreshEaxGrid

The EventOnAfterRefreshEaxGrid method implements the event that occurs after refreshing an analytical data area.

EventOnAfterSortEaxGrid

The EventOnAfterSortEaxGrid method implements the event occurring after data sorting in analytical area.

EventOnAfterTransferData

The EventOnAfterTransferData method implements the event that occurs after saving changed values of all data areas of the regular report.

EventOnAfterTransferDataDataIsland

The OnAfterTransferDataDataIsland method implements the event that occurs after saving changed values of the data area.

EventOnAfterTransferDataEaxGrid

The EventOnAfterTransferDataEaxGrid method implements the event that occurs after saving changed values of the analytical data area.

EventOnAfterTransferDataSheet

The OnAfterTransferDataSheet method implements the event that occurs after saving changed values of data areas of the regular report sheet.

EventOnAuditOperation

The EventOnAuditOperation method implements the event that occurs on auditing the operation.

EventOnBeforeActivateSheet

The EventOnBeforeActivateSheet method implements the event that occurs before changing the active sheet of the regular report.

EventOnBeforeChangeControlValue

The EventOnBeforeChangeControlValue method implements the event that occurs before the value of a regular report control is changed.

EventOnBeforeDeleteControl

The EventOnBeforeDeleteControl method implements the event that occurs before deleting a control.

EventOnBeforeDeleteSheet

The EventOnBeforeDeleteSheet method implements the event that occurs before regular report sheet deletion.

EventOnBeforeExecuteCombined

The EventOnBeforeExecuteCombined method implements the event that occurs before combining queries on calculation of regular report data sources.

EventOnBeforeExecuteDataIsland

The EventOnBeforeExecuteDataIsland method implements the event that occurs before calculating a data area of the regular report.

EventOnBeforeExecuteFormulaIsland

The EventOnBeforeExecuteFormulaIsland method implements the event that occurs before calculating formula area of the regular report.

EventOnBeforeExecuteReport

The EventOnBeforeExecuteReport method implements the event that occurs before calculating the regular report.

EventOnBeforeExecuteTableIsland

The EventOnBeforeExecuteTableIsland method implements the event that occurs before calculating the relational data area.

EventOnBeforeExportReport

The EventOnBeforeExportReport method implements the event that occurs before regular report export.

EventOnBeforeOpenReport

The EventOnBeforeOpenReport method implements the event that occurs before opening the regular report.

EventOnBeforePrintReport

The EventOnBeforePrintReport method implements the event that occurs before printing the regular report.

EventOnBeforeRecalcSheet

The EventOnBeforeRecalcSheet method implements the event that occurs before calculating a sheet of the regular report.

EventOnBeforeRefreshEaxGrid

The EventOnBeforeRefreshEaxGrid method implements the event that occurs before refreshing an analytical data area.

EventOnBeforeSaveReport

The EventOnBeforeSaveReport method implements the event that occurs before saving the regular report.

EventOnBeforeSaveToStateServer

The EventOnBeforeSaveToStateServer method implements the event that occurs before saving a regular report to state server.

EventOnBeforeSortEaxGrid

The EventOnBeforeSortEaxGrid method implements the event occurring before data sorting in analytical area.

EventOnBeforeTransferData

The EventOnBeforeTransferData method implements the event that occurs before saving changed values of all data areas of the report to a source.

EventOnBeforeTransferDataDataIsland

The OnBeforeTransferDataDataIsland method implements the event that occurs before saving changed values of the data area.

EventOnBeforeTransferDataEaxGrid

The EventOnBeforeTransferDataEaxGrid method implements the event that occurs before saving changed values of the analytical data area.

EventOnBeforeTransferDataSheet

The OnBeforeTransferDataSheet method implements the event that occurs before saving changed values of data areas of the regular report sheet.

EventOnCellChange

The EventOnCellChange method implements the event that occurs after changing a cell value.

EventOnChangeControlValue

The EventOnChangeControlValue method implements the event that occurs when value of a control of the regular report is changed.

EventOnSubstituteReport

The EventOnSubstituteReport method implements the system event that occurs on report substitution.

See also:

Report assembly classes