RanorexRanorex Documentation
ReportLevel Constructor (name, level, customStyle)
NamespacesRanorexReportLevelReportLevel(String, Int32, String)
Constructs a new report level.
Declaration Syntax
C#Visual BasicVisual C++
public ReportLevel(
	string name,
	int level,
	string customStyle
)
Public Sub New ( _
	name As String, _
	level As Integer, _
	customStyle As String _
)
public:
ReportLevel(
	String^ name, 
	int level, 
	String^ customStyle
)
Parameters
name (String)
The name of the level.
level (Int32)
The actual level value used to compare this instance to other instances.
customStyle (String)
A custom formatting style for this report level for use in the XML report. Null for default style.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)