ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutlineNode Class / OutlineNode Constructor / OutlineNode Constructor(String,C1LinkTarget)
The node caption.
The C1LinkTarget associated with this node.

In This Topic
    OutlineNode Constructor(String,C1LinkTarget)
    In This Topic
    Initializes a new instance of the OutlineNode class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal caption As System.String, _
       ByVal linkTarget As C1LinkTarget _
    )
    public OutlineNode( 
       System.string caption,
       C1LinkTarget linkTarget
    )

    Parameters

    caption
    The node caption.
    linkTarget
    The C1LinkTarget associated with this node.
    See Also