Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OutlineNode Class / OutlineNode Constructor / OutlineNode Constructor(String,IDocumentLocation,Icon)
The node caption.
The location within a document associated with the current node.
The icon associated with the current node.

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

    Parameters

    caption
    The node caption.
    location
    The location within a document associated with the current node.
    icon
    The icon associated with the current node.
    See Also