[]
Provides a comprehensive API for managing the sidebar within the ActiveReports Viewer control.
[TypeConverter(typeof(LabelStubConverter<Sidebar>))]
public sealed class Sidebar : Component, IComponent, IDisposable
The Sidebar class is a component of the ActiveReports Viewer, offering a programmable interface to control the sidebar's panels, including the Table of Contents, Search, Parameters, and Thumbnails panels. This class allows developers to customize the sidebar's behavior and appearance to enhance the report viewing experience.
Name | Description |
---|---|
ParametersPanel | Provides access to the parameters panel within the ActiveReports Viewer. |
SearchPanel | Provides access to the search panel within the ActiveReports Viewer. |
SelectedIndex | Gets or sets the index of the currently selected panel in the sidebar. |
ThumbnailsPanel | Provides access to the thumbnails panel within the ActiveReports Viewer. |
TocPanel | Gets the Table of Contents (TOC) panel instance for the report viewer. |
Visible | Gets or sets a value indicating whether the Sidebar is visible. |
Width | Gets or sets the width of the sidebar in pixels. |
Name | Description |
---|---|
ToggleVisibility() | Toggles the visibility of the Sidebar. |
Name | Description |
---|---|
SelectedIndexChanged | Occurs when the index of the selected panel changes. |