[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.FieldCollection.Remove

Remove Method

Remove(Field)

Removes the specified field from the collection.

Declaration
public void Remove(Field value)
Parameters
Type Name Description
Field value

Remove(string)

Removes a field with the specified name from the collection.

Declaration
public void Remove(string fieldName)
Parameters
Type Name Description
string fieldName

Remove(int)

Removes a field with the specified index from the collection.

Declaration
public void Remove(int index)
Parameters
Type Name Description
int index