IPrxReportUserEvents

Assembly: Report;

Description

The IPrxReportUserEvents interface contains methods implementing regular report events.

Inheritance Hierarchy

          IPrxReportUserEvents

Comments

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.

Methods

  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 Interfaces