[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Sidebar

Sidebar Class

Provides a comprehensive API for managing the sidebar within the ActiveReports Viewer control.

Inheritance
Sidebar
Implements
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
[TypeConverter(typeof(LabelStubConverter<Sidebar>))]
public sealed class Sidebar : Component, IComponent, IDisposable
Remarks

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.

Properties

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.

Methods

Name Description
ToggleVisibility()

Toggles the visibility of the Sidebar.

Events

Name Description
SelectedIndexChanged

Occurs when the index of the selected panel changes.