ActiveReports Developer 7
TableOfContents Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TableOfContents Property

Glossary Item Box

Gets the table of contents panel component of sidebar component.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TableOfContents As TocPanel
C# 
public TocPanel TableOfContents {get;}

See Also