[]
        
(Showing Draft Content)

C1.Report.FieldCollection.Remove

Remove Method

Remove(int)

Removes a field from the collection.

Declaration
public void Remove(int index)
Public Sub Remove(index As Integer)
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)
Public Sub Remove(name As String)
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)
Public Sub Remove(item As FieldBase)
Parameters
Type Name Description
FieldBase item

The field to be removed.