Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnSubstituteReport

ReportEvents.OnSubstituteReport

Syntax

OnSubstituteReport(Args: IUiPrxReportBaseSubstitutionEventArgs);

Parameters

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

Description

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

Comments

The report can be substituted on export, print, or preview. The 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 method use is given in the example for IPrxReportUserEvents.EventOnSubstituteReport.

See also:

ReportEvents