ReportEvent(String,ReportAdditionalInfo) Method
Adds a custom step to the UFT Developer including the information about the step as a ReportAdditionalInfo object.
C# Syntax
public static void ReportEvent( 
   string stepName,
   ReportAdditionalInfo reportAdditionalInfo
)

Parameters

stepName
The name of the reported step. This name is the label of the step node in the report.
reportAdditionalInfo

   ReportAdditionalInfo object which contains the information to describe the event.