ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableOfContents Class / Levels Property

In This Topic
    Levels Property (TableOfContents)
    In This Topic
    Returns the list of levels of table of contents.
    Syntax
    'Declaration
     
    Public ReadOnly Property Levels As IList(Of TableOfContentsLevel)
    public IList<TableOfContentsLevel> Levels {get;}
    See Also