Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntry Class / Level Property

In This Topic
    Level Property (IndexEntry)
    In This Topic
    Gets the level of the current index entry. The top-level entries' level is 0, sub-entries' level is 1, and so on. If the current index entry has not been added to a RenderIndex object or to a nested entry of such object, this property returns -1. or to an IndexEntry
    Syntax
    'Declaration
     
    Public ReadOnly Property Level As Integer
    public int Level {get;}
    See Also