ReportEvents.OnAfterExportReport

Fore Syntax

Sub OnAfterExportReport(Report: IPrxReport);

Begin

// set of operators

End Sub OnAfterExportReport;

Fore.NET Syntax

Public Override Sub EventOnAfterExportReport(Args: UiPrxExportCancelEventArgs);
Begin
// set of operators

End Sub EventOnAfterExportReport;

Parameters

Report - the regular report that has generated the event.

Comments

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

Description

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

Example

The example of use is given in description of the OnBeforeExportReport method.

See also:

ReportEvents