C# Syntax
public enum ReportLevel : System.Enum
| Member | Description |
|---|---|
| All | Report events from all levels. |
| Error | Report only events with the status Error. |
| Off | Disable all report levels. A UFT Developer report is not created. |
| Warning | Report only events with the status Warning or Error. |
System.Object
System.ValueType
System.Enum
HP.LFT.Report.ReportLevel

