ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / GetToc Method

In This Topic
    GetToc Method
    In This Topic
    Gets the report table of contents (TOC).
    Syntax
    'Declaration
     
    Public Function GetToc() As ValueTask(Of BookmarkInfo)
    public ValueTask<BookmarkInfo> GetToc()

    Return Value

    The TOC tree.
    See Also