TocSection
Class
Represents a processing Table of Contents section.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class TocSection : ReportSectionBase, ILayoutElementContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportSectionBaseTocSection...
Implements:
Inherited Members
Fields
TocDocumentNodesKey
string
Internal use only
C#
public const string TocDocumentNodesKey = "TocDocumentNodesKey"
Properties
Gets or sets a value indicating where the section should be positioned.
C#
public TocPosition Position { get; set; }
A TocPosition object specifying the position for the TocSection.
Title
string
Gets or sets a value which will be displayed at the top of the table of contents section.
C#
public string Title { get; set; }