Class
TocSection

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: ILayoutElementContainer

Inherited Members ReportSectionBase.InitializeDefinitionBasedProperties(ReportObject)ReportSectionBase.Dispose(bool)ReportSectionBase.CanShrinkReportSectionBase.HeightReportSectionBase.WidthReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])

Fields

TocDocumentNodesKey

Internal use only

Declaration

cs-api-definition
public const string TocDocumentNodesKey = "TocDocumentNodesKey"

Field Value

string

Properties

PageBreak

Internal use only

Declaration

cs-api-definition
public PageBreak PageBreak { get; set; }

Property Value

PageBreak

Position

Gets or sets a value indicating where the section should be positioned.

Declaration

cs-api-definition
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

cs-api-definition
public string Title { get; set; }

Property Value

string