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

In This Topic
    Sidebar Class
    In This Topic
    Exposes Viewer's public API.
    Object Model
    Sidebar Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Sidebar 
       Inherits System.ComponentModel.Component
    public sealed class Sidebar : System.ComponentModel.Component 
    Remarks
    The Sidebar class is a component of the ActiveReports Viewer, offering a programmable interface to control the sidebar's panels, including the Table of Contents, Search, Parameters, and Thumbnails panels. This class allows developers to customize the sidebar's behavior and appearance to enhance the report viewing experience.
    Inheritance Hierarchy

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

    See Also