[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Sidebar.SelectedIndex

SelectedIndex Property

SelectedIndex

Gets or sets the index of the currently selected panel in the sidebar.

Declaration
public int SelectedIndex { get; set; }
Property Value
Type Description
int

The zero-based index of the active panel. The specific panels (Table of Contents, Search, Parameters, Thumbnails) are indexed in the order they are added to the sidebar. The default value is 0.

Remarks

This property controls which panel is currently visible in the sidebar. It can be used to programmatically change the active panel, enhancing the interactivity of the report viewing experience by responding to user actions or other events in the application.