New to Telerik ReportingStart a free 30-day trial

Represents a table of contents section.

Definition

Constructors

TODO: Add documentation.

C#
public TocSection()

Properties

Gets the collection of TocLevels that are defined for each Table of Contents level.

C#
public TocLevelCollection Levels { get; }

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

Gets a Style object specifying the appearance of the table of contents title.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style TitleStyle { get; }
Property Value:

A Style object specifying the item's style.

Gets or sets the name of the title's global style.

C#
public string TitleStyleName { get; set; }
Property Value:

A string value specifying the style name.

Remarks:

Global styles are defined through the Report's StyleSheet property.