Gets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1.

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