Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / FindByOutlineNode Method
The outline node to search for.

In This Topic
    FindByOutlineNode Method
    In This Topic
    Searches the items in this collection for a C1MultiDocumentItem with the specified value of the OutlineNode property.
    Syntax
    'Declaration
     
    Public Function FindByOutlineNode( _
       ByVal outlineNode As OutlineNode _
    ) As C1MultiDocumentItem
    public C1MultiDocumentItem FindByOutlineNode( 
       OutlineNode outlineNode
    )

    Parameters

    outlineNode
    The outline node to search for.

    Return Value

    The requested item or null.
    See Also