[]
Gets the Table of Contents (TOC) panel instance for the report viewer.
public TocPanel TocPanel { get; }
Type | Description |
---|---|
TocPanel | An instance of TocPanel representing the Table of Contents panel within the ActiveReports Viewer. |
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.