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

In This Topic
    GetToc Method
    In This Topic
    Obtains the report TOC
    Syntax
    'Declaration
     
    Public Function GetToc() As ValueTask(Of BookmarkInfo)
    public ValueTask<BookmarkInfo> GetToc()

    Return Value

    TOC tree
    See Also