[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.TocPanel

TocPanel Class

Represents the table of contents panel of the Viewer.

Implements
Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
[TypeConverter(typeof(LabelStubConverter<TocPanel>))]
public sealed class TocPanel : SidebarPanel, IComponent, IDisposable
Remarks

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.

Properties

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.

Methods

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.