Report > Report Assembly Classes > ReportEvents > ReportEvents.OnSubstituteReport
OnSubstituteReport(Args: IUiPrxReportBaseSubstitutionEventArgs);
Args. The parameter that enables the user to work with event parameters.
The OnSubstituteReport method implements the event that occurs on report substitution.
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.
The method use is given in the example for IPrxReportUserEvents.EventOnSubstituteReport.
See also: