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

In This Topic
    TocPanel Class
    In This Topic
    Shows the panel of parameters of the Viewer control.
    Object Model
    TocPanel Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TocPanel 
       Inherits SidebarPanel
    public sealed class TocPanel : SidebarPanel 
    Remarks
    This class encapsulates the functionality of the Table of Contents (TOC) panel within the ActiveReports Viewer. It allows for the display and interaction with the hierarchical structure of a report, providing users with a quick and easy way to navigate through the report's sections.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
                GrapeCity.ActiveReports.Viewer.Win.TocPanel

    See Also