Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / FieldCollection Class / Item Property / Item(String) Property
The name of the field.

In This Topic
    Item(String) Property
    In This Topic
    Gets the field with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Field
    public Field Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the field.

    Property Value

    The Field object with the specified C1.C1Preview.NamedCollectionItem.Name, or an empty field if a field with the specified name was not found.
    See Also