Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnAfterExportReport

ReportEvents.OnAfterExportReport

Syntax

OnAfterExportReport(Report: IPrxReport);

Parameters

Report. Regular report that has generated the event.

Description

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

Comments

On calling the OnAfterExportReport method the kernel simultaneously handles the EventOnAfterExportReport event, which can be redetermined.

Example

The method use is given in the example for ReportEvents.OnBeforeExportReport.

See also:

ReportEvents