ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragment Class / Level Property

In This Topic
    Level Property (RenderFragment)
    In This Topic
    Gets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1.
    Syntax
    'Declaration
     
    Public ReadOnly Property Level As System.Integer
    public System.int Level {get;}
    See Also