[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ITocItem

ITocItem Interface

Represents a Table of Contents (ToC) item.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITocItem : ITextItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
Index

Gets the index in the ToC's contents collection.

IsLicenceBanner

Gets a value indicating whether the ToC item contains some banner decoration.

LeadingChar

Gets the leading character.

Level

Gets the level (starts from 1).

Text

Gets the levels and label text.

TocLevel

Gets the ToC level object (definition).

Extension Methods