ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Sidebar Class / TocPanel Property

In This Topic
    TocPanel Property (Sidebar)
    In This Topic
    Gets the Toc panel object.
    Syntax
    'Declaration
     
    Public ReadOnly Property TocPanel As TocPanel
    public TocPanel TocPanel {get;}

    Property Value

    An instance of TocPanel representing the Table of Contents panel within the ActiveReports Viewer.
    Remarks
    The TOC panel provides a hierarchical view of the report's structure, allowing users to quickly navigate to different sections of the report. This property exposes the TOC panel so that developers can customize its appearance and behavior or interact with it programmatically.
    See Also