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

In This Topic
    ThumbnailsPanel Class
    In This Topic
    Represents the thumbnail panel of the Viewer.
    Object Model
    ThumbnailsPanel Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ThumbnailsPanel 
       Inherits SidebarPanel
    public sealed class ThumbnailsPanel : SidebarPanel 
    Remarks
    The thumbnails panel provides a visual representation of the pages in the report, allowing users to quickly navigate through the report by clicking on a thumbnail image of a page. This class manages the visibility, state, and interactions of the thumbnails panel, ensuring that users can efficiently browse through the report content.
    Inheritance Hierarchy

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

    See Also