Gets the nesting level of the current node within the nodes' tree (top-level nodes have level 0).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Level { get; }
Visual Basic
Public ReadOnly Property Level As Integer
	Get

See Also