Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
RenderFragment
.
.
::
.
.
Level Property
RenderFragment Class
See Also
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
RenderFragment Class
C1.C1Preview Namespace
RenderFragment
.
.
::
.
.
Parent