Report: IPrxReport;
The Report property returns a regular report.
Consider the event that occurs after report calculation.
Sub EventOnAfterExecuteReport(Args: IUiPrxReportEventArgs);
Begin
WinApplication.InformationBox(Args.Report.MetabaseObject.Id);
End Sub EventOnAfterExecuteReport;
When the event occurs, an information message containing identifier of the calculated report is displayed.
See also: