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

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