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

In This Topic
    Level Property (OutlineNode)
    In This Topic
    Gets the nesting level of the current node within the nodes' tree (top-level nodes have level 0).
    Syntax
    'Declaration
     
    Public ReadOnly Property Level As System.Integer
    public System.int Level {get;}
    See Also