Class TocSection
Represents a table of contents section.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class TocSection : ReportSection, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Constructors
TocSection()
Declaration
public TocSection()
Properties
Levels
Gets the collection of TocLevels that are defined for each Table of Contents level.
Declaration
public TocLevelCollection Levels { get; }
Property Value
TocLevelCollection
|
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
|
TitleStyle
Gets a Style object specifying the appearance of the table of contents title.
Declaration
public Style TitleStyle { get; }
Property Value
Style
A Style object specifying the item's style. |
TitleStyleName
Gets or sets the name of the title's global style.
Declaration
public string TitleStyleName { get; set; }
Property Value
System.String
A string value specifying the style name. |
Remarks
Global styles are defined through the Report's StyleSheet property.