ComponentOne Reports for WPF
C1.C1Report Namespace / FieldCollection Class / Remove Method / Remove(Field) Method
The field to be removed.

In This Topic
    Remove(Field) Method
    In This Topic
    Removes a field from a C1Report.Fields collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal f As Field _
    ) 
    public void Remove( 
       Field f
    )

    Parameters

    f
    The field to be removed.
    See Also