ReportView.UpdateFromExecution

Syntax

ReportView.UpdateFromExecution( exec)

Purpose

Updates the content of the control from an Execution object.

Remarks

This method changes the report style of the control to the style the report uses. When you connect this control to an ExecutionView Manager control, you do not need to call this method because the connection updates this control when the report for the selected execution changes.

Parameters

exec As Execution

[In] Specifies the execution from which the ReportView control obtains the report.