[]
Represents the thumbnails panel within the ActiveReports Viewer.
[TypeConverter(typeof(LabelStubConverter<ThumbnailsPanel>))]
public sealed class ThumbnailsPanel : SidebarPanel, IComponent, IDisposable
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.
Name | Description |
---|---|
EnabledRuntime | Gets or sets a value indicating whether this ThumbnailsPanel is enabled in runtime. |
Text | Gets or sets the caption text of the thumbnails panel. |
VisibleRuntime | Gets or sets a value indicating whether this ThumbnailsPanel is visible in runtime. |
Zoom | Gets or sets the zoom level for thumbnails displayed in the Thumbnails Panel. |
Name | Description |
---|---|
ZoomChanged | Occurs when the zoom level of the thumbnails in the Thumbnails Panel changes. |