ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class / Remove Method / Remove(Field) Method
The field to remove.

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

    Parameters

    value
    The field to remove.
    See Also