Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / FindById Method
The Id to search for.

In This Topic
    FindById Method
    In This Topic
    Searches the current collection for a RenderObject with the specified value of the RenderObject.Id property.
    Syntax
    'Declaration
     
    Public Function FindById( _
       ByVal id As Integer _
    ) As RenderObject
    public RenderObject FindById( 
       int id
    )

    Parameters

    id
    The Id to search for.

    Return Value

    The render object with the specified Id, or null of no such object was found.
    See Also