ExecutionViewMgr.ConnectReportView

Syntax

ExecutionViewMgr.ConnectReportView( uiObj)

Return Value

ReportViewConnection

A reference to an object that represents the new connection. Discarding the reference does not affect the connection. When the object is already connected to this type of connection, the existing connection is returned.

Purpose

Connects a ReportView control to display the report of the selected execution in the ExecutionView Manager control.

Remarks

To disconnect an existing connection, you must first obtain the ExecutionViewMgrConnections object from the ExecutionViewMgr.Connections property. Then, access the ExecutionViewMgrConnections.ReportView property to obtain the ReportViewConnections collection.

Parameters

uiObj As Object

[In] Specifies the ReportView control to connect to the ExecutionView Manager control.

See Also

ExecutionViewMgr.Connections

ExecutionViewMgrConnections

ExecutionViewMgrConnections.ReportView

ReportView

ReportViewConnections