ComponentOne FlexReport for WinForms
Remove(String) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > FieldCollection Class > Remove Method : Remove(String) Method
The name of the field to be removed.
Removes a field from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal name As System.String _
) 
public void Remove( 
   System.string name
)

Parameters

name
The name of the field to be removed.
See Also

Reference

FieldCollection Class
FieldCollection Members
Overload List