IUiPrxReportEventArgs.Report

Syntax

Report: IPrxReport;

Description

The Report property returns a regular report.

Example

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:

IUiPrxReportEventArgs