Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataSources Class / FindByName Method
The name of the item to locate.

In This Topic
    FindByName Method (DataSources)
    In This Topic
    Finds a DataSource with the specified name.
    Syntax
    'Declaration
     
    Public Shadows Function FindByName( _
       ByVal name As String _
    ) As DataSource
    public new DataSource FindByName( 
       string name
    )

    Parameters

    name
    The name of the item to locate.

    Return Value

    The specified item
    See Also