Class TocSection
Represents a processing Table of Contents section.
Inheritance
System.Object
TocSection
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class TocSection : ReportSectionBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, ILayoutElementContainer, IContainer
Fields
TocDocumentNodesKey
Declaration
public const string TocDocumentNodesKey = "TocDocumentNodesKey"
Field Value
System.String
|
Properties
PageBreak
Position
Gets or sets a value indicating where the section should be positioned.
Declaration
public TocPosition Position { get; set; }
Property Value
TocPosition
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
public string Title { get; set; }
Property Value
System.String
|