ActiveReports 13
Remove(Field) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class > Remove Method : Remove(Field) Method
The field to remove.
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

Reference

FieldCollection Class
FieldCollection Members
Overload List