Creates a new RenderTocItem initialized with the specified
text, target page number and level, and adds it to the current TOC.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RenderTocItem AddItem( string text, int pageNo, int level ) |
Visual Basic |
---|
Public Function AddItem ( _ text As String, _ pageNo As Integer, _ level 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.
- level
- Type: System..::..Int32
The Level of the TOC item.