ExecutionViewMgr.DisplayReport

Syntax

ControlName_DisplayReport( exec)

Applies To

ExecutionViewMgr

Purpose

Occurs when an execution has ended and has a report to display. This event is also called in response to UIMsg_DisplayReport .

Remarks

Use this event to show the report for the execution.

Parameters

exec As Execution

[In] Specifies the execution that has the report to display.

See Also

UIMessageCodes