Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderToc Class / AddItem Method

In This Topic
    AddItem Method
    In This Topic
    Creates a new RenderTocItem initialized with the specified text and hyperlink, and adds it to the current TOC.
    Overload List
    OverloadDescription
    Creates a new RenderTocItem initialized with the specified text and hyperlink, and adds it to the current TOC.  
    Creates a new RenderTocItem initialized with the specified text, hyperlink and level, and adds it to the current TOC.  
    Creates a new RenderTocItem initialized with the specified text and target page number, and adds it to the current TOC.  
    Creates a new RenderTocItem initialized with the specified text, target page number and level, and adds it to the current TOC.  
    Creates a new RenderTocItem initialized with the specified text and target RenderObject, and adds it to the current TOC.  
    Creates a new RenderTocItem initialized with the specified text, target RenderObject and level, and adds it to the current TOC.  
    Creates a new RenderTocItem initialized with the specified text and target ParagraphObject, and adds it to the current TOC.  
    Creates a new RenderTocItem initialized with the specified text, target ParagraphObject and level, and adds it to the current TOC.  
    See Also