[]
        
(Showing Draft Content)

C1.Win.FlexReport.FieldCollection

FieldCollection Class

Represents the collection of the FieldBase objects.

Inheritance
FieldCollection
Implements
IC1SerializableCollection
Namespace: C1.Win.FlexReport
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public abstract class FieldCollection : ReportObjectCollection<FieldBase>, ICollection<FieldBase>, IEnumerable<FieldBase>, IList, ICollection, IEnumerable, IC1SerializableCollection

Constructors

Name Description
FieldCollection()

Methods

Name Description
Add(FieldBase)

Adds a field or a clone of a field to the collection.

Add(string, string, Rect)

Adds a Field to the collection.

Add(string, string, double, double, double, double)

Adds a Field to the collection. This overload adds a legacy field type and is deprecated.

Remove(FieldBase)

Removes a field from the collection.

Remove(int)

Removes a field from the collection.

Remove(string)

Removes a field from the collection.

RemoveAt(int)

Removes a field from the collection.