[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableOfContents

TableOfContents Class

Represents a table of contents that presents the document map.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class TableOfContents : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
TableOfContents()

Initializes a new instance of the TableOfContents class.

Properties

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.

Extension Methods