[]
Represents a table of contents that presents the document map.
public sealed class TableOfContents : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
| Name | Description |
|---|---|
| TableOfContents() | Initializes a new instance of the TableOfContents class. |
| Name | Description |
|---|---|
| FixedHeight | Gets or sets a fixed height of the table of contents. |
| Levels | Gets a collection of levels in the table of contents. |
| NewPage | Gets or sets a value indicating on which page the content should start after the page break. |
| OverflowName | Gets or sets a name for overflow content. |
| PageBreakAtEnd | Gets or sets a value indicating whether to insert a page break at the end. |
| PageBreakAtStart | Gets or sets a value indicating whether to insert a page break at the start. |