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