Creates a new RenderTocItem initialized with the specified text and target page number, and adds it to the current TOC.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RenderTocItem AddItem(
	string text,
	int pageNo
)
Visual Basic
Public Function AddItem ( _
	text As String, _
	pageNo As Integer _
) As RenderTocItem

Parameters

text
Type: System..::..String
A text representing the TOC item that is being added.
pageNo
Type: System..::..Int32
The page number which is the target of the TOC item.

Return Value

The RenderTocItem that was created and added to the current TOC.

See Also