ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutlineNodeCollection Class / Add Method / Add(String) Method
The caption of the node to add.

In This Topic
    Add(String) Method
    In This Topic
    Adds a node with the specified caption and location to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal caption As System.String _
    ) As System.Integer
    public System.int Add( 
       System.string caption
    )

    Parameters

    caption
    The caption of the node to add.

    Return Value

    The index of the newly added node in the current collection.
    See Also