[]
Represents the collection of the FieldBase objects.
public abstract class FieldCollection : ReportObjectCollection<FieldBase>, ICollection<FieldBase>, IEnumerable<FieldBase>, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| FieldCollection() |
| 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. |