[]
        
(Showing Draft Content)

C1.WPF.FlexReport.FieldCollection

FieldCollection Class

Represents the collection of the FieldBase objects.

Inheritance
FieldCollection
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public abstract class FieldCollection : ReportObjectCollection<FieldBase>, ICollection<FieldBase>, IEnumerable<FieldBase>, IList, ICollection, IEnumerable

Constructors

Name Description
FieldCollection()

Methods

Name Description
Add(FieldBase)

Adds a field or a clone of 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.

Add(string, string, Rect)

Adds a Field to the collection.

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.