Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / UserDefinedProperties Class / FindByName Method
Name of the UserDefinedProperty.

In This Topic
    FindByName Method (UserDefinedProperties)
    In This Topic
    Searches for UserDefinedProperty object with specified name. Search is not case sensitive.
    Syntax
    'Declaration
     
    Public Function FindByName( _
       ByVal name As String _
    ) As UserDefinedProperty
    public UserDefinedProperty FindByName( 
       string name
    )

    Parameters

    name
    Name of the UserDefinedProperty.

    Return Value

    UserDefinedProperty object or null.
    See Also