Creates a new RenderTocItem initialized with the specified
text and target RenderObject, 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, RenderObject target ) |
Visual Basic |
---|
Public Function AddItem ( _ text As String, _ target As RenderObject _ ) As RenderTocItem |
Parameters
- text
- Type: System..::..String
A text representing the TOC item that is being added.
- target
- Type: C1.C1Preview..::..RenderObject
A RenderObject which is the target of the TOC item.