[]
Represents the table of contents panel of the Viewer.
[TypeConverter(typeof(LabelStubConverter<TocPanel>))]
public sealed class TocPanel : SidebarPanel, IComponent, IDisposable
This class encapsulates the functionality of the Table of Contents (TOC) panel within the ActiveReports Viewer. It allows for the display and interaction with the hierarchical structure of a report, providing users with a quick and easy way to navigate through the report's sections.
Name | Description |
---|---|
ContextMenu | Gets or sets the context menu for the Table of Contents (TOC) panel. |
EnabledRuntime | Gets or sets a value indicating whether this TocPanel is enabled in runtime. |
Expanded | Gets or sets a value indicating whether the Table of Contents (TOC) is expanded. |
Text | Gets or sets the caption of the Table of Contents (TOC) panel. |
VisibleRuntime | Gets or sets a value indicating whether this TocPanel is visible in runtime. |
Name | Description |
---|---|
Clear() | Clears the table of contents panel. |
Refresh() | Forces the table of contents panel to invalidate its client area and immediately redraw itself and any child controls. |