[]
Gets or sets the index of the currently selected panel in the sidebar.
public int SelectedIndex { get; set; }
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. |
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.