[]
Provides access to the thumbnails panel within the ActiveReports Viewer.
public ThumbnailsPanel ThumbnailsPanel { get; }
Type | Description |
---|---|
ThumbnailsPanel | An instance of ThumbnailsPanel that represents the interface for viewing and navigating report pages as thumbnails within the ActiveReports Viewer. |
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.