[]
        
(Showing Draft Content)

C1.Report.FieldCollection.Remove

Remove Method

Remove(int)

Removes a field from the collection.

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

Specifies the field to be removed.

Remove(string)

Removes a field from the collection.

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

The name of the field to be removed.

Remove(FieldBase)

Removes a field from the collection.

Declaration
public void Remove(FieldBase item)
Parameters
Type Name Description
FieldBase item

The field to be removed.