[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Sidebar.TocPanel

TocPanel Property

TocPanel

Gets the Table of Contents (TOC) panel instance for the report viewer.

Declaration
public TocPanel TocPanel { get; }
Property Value
Type Description
TocPanel

An instance of TocPanel representing the Table of Contents panel within the ActiveReports Viewer.

Remarks

The TOC panel provides a hierarchical view of the report's structure, allowing users to quickly navigate to different sections of the report. This property exposes the TOC panel so that developers can customize its appearance and behavior or interact with it programmatically.