ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DocumentMap Class / Levels Property

In This Topic
    Levels Property (DocumentMap)
    In This Topic
    Gets a collection of document map levels.
    Syntax
    'Declaration
     
    Public ReadOnly Property Levels As List(Of DocumentMapLevel)
    public List<DocumentMapLevel> Levels {get;}

    Property Value

    A collection od the DocumentMapLevel objects containing the levels in the document map.
    See Also