[]
Represents a collection of CalculatedField objects.
public class CalculatedFieldCollection : ReportNamedCollection<CalculatedField>, IList<CalculatedField>, ICollection<CalculatedField>, IList, ICollection, IReadOnlyList<CalculatedField>, IReadOnlyCollection<CalculatedField>, IEnumerable<CalculatedField>, IEnumerable
Name | Description |
---|---|
Owner | Gets the DataSource object owning this collection. |
Report | Gets the FlexReport object owning this collection. |
Name | Description |
---|---|
InsertItem(int, CalculatedField) | |
RemoveItem(int) | |
SetItem(int, CalculatedField) |