New to Telerik ReportingStart a free 30-day trial

Represents a processing Table of Contents section.

Definition

Fields

Internal use only

C#
public const string TocDocumentNodesKey = "TocDocumentNodesKey"

Properties

Internal use only

C#
public PageBreak PageBreak { get; set; }

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

C#
public TocPosition Position { get; set; }
Property Value:

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; }