ReportEvents.OnSubstituteReport

Fore Syntax

Sub OnSubstituteReport(Args: IUiPrxReportBaseSubstitutionEventArgs);

Begin

// set of operators

End Sub OnSubstituteReport;

Fore.NET Syntax

Public Override Sub OnSubstituteReport(Args: IUiPrxReportBaseSubstitutionEventArgs);
Begin

// set of operators
End Sub OnSubstituteReport;

Parameters

Args. The parameter, which enables the user to work with event parameters.

Description

The OnSubstituteReport method implements the event that occurs on report substitution.

Comments

Report can be substituted on exporting, printing or previewing. Report used for substitution is determined in the IUiPrxReportBaseSubstitutionEventArgs.Report property of event argument.

On updating the OnSubstituteReport event the kernel also handles the EventOnSubstituteReport system event, which can be redefined if required.

Example

The example of use is given in description of the IPrxReportUserEvents.EventOnSubstituteReport method.

See also:

ReportEvents