ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / FieldCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Returns a field from a C1Report.Fields collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As Field
    public Field Item( 
       System.string name
    ) {get;}

    Parameters

    name
    Remarks
    The name parameter may be a string containing a field name.
    See Also