[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.ThumbnailsPanel

ThumbnailsPanel Class

Represents the thumbnails panel within the ActiveReports Viewer.

Inheritance
ThumbnailsPanel
Implements
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
[TypeConverter(typeof(LabelStubConverter<ThumbnailsPanel>))]
public sealed class ThumbnailsPanel : SidebarPanel, IComponent, IDisposable
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.

Properties

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.

Events

Name Description
ZoomChanged

Occurs when the zoom level of the thumbnails in the Thumbnails Panel changes.