ReportLevel Enumeration
The possible levels for reporting events to the UFT Developer report.

C# Syntax

public enum ReportLevel : System.Enum 
Members
MemberDescription
AllReport events from all levels.
ErrorReport only events with the status Error.
OffDisable all report levels. A UFT Developer report is not created.
WarningReport only events with the status Warning or Error.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.Report.ReportLevel