MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Sidebar Class / SelectedIndex Property

In This Topic
SelectedIndex Property (Sidebar)
In This Topic
Gets or Sets the index of the selected panel.
Syntax
'Declaration
 
Public Property SelectedIndex As Integer
 

Property Value

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.
See Also