Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / FindByObjectName Method
The name to search for.

In This Topic
    FindByObjectName Method
    In This Topic
    Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified Name.
    Syntax
    'Declaration
     
    Public Function FindByObjectName( _
       ByVal renderObjectName As String _
    ) As RenderFragment
    public RenderFragment FindByObjectName( 
       string renderObjectName
    )

    Parameters

    renderObjectName
    The name to search for.

    Return Value

    The fragment that was produced by the object with the specified name, or null if it was not found.
    See Also