FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldCollection Class / Remove Method / Remove(FieldBase) Method
The field to be removed.

In This Topic
    Remove(FieldBase) Method
    In This Topic
    Removes a field from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal item As FieldBase _
    ) 
    public void Remove( 
       FieldBase item
    )

    Parameters

    item
    The field to be removed.
    See Also