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

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

    Property Value

    An instance of ThumbnailsPanel that represents the interface for viewing and navigating report pages as thumbnails within the ActiveReports Viewer.
    Remarks
    The thumbnails panel displays miniature versions of the report pages, allowing users to quickly navigate through the report. This property grants developers the ability to programmatically access and customize the thumbnails panel to better suit the needs of their application.
    See Also