Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportItemList Class / IndexByName Method
The name to search for.

In This Topic
    IndexByName Method (ReportItemList)
    In This Topic
    Searches the current collection for an object with the specified ReportItem.Name.
    Syntax
    'Declaration
     
    Public Function IndexByName( _
       ByVal name As String _
    ) As Integer
    public int IndexByName( 
       string name
    )

    Parameters

    name
    The name to search for.

    Return Value

    Index of the object in the current collection, or -1 if no object was found.
    See Also