Class CalculatedFieldCollection
Represents a collection of CalculatedFields.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<CalculatedField>
CalculatedFieldCollection
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CalculatedFieldCollection : Collection<CalculatedField>, IList<CalculatedField>, ICollection<CalculatedField>, IList, ICollection, IReadOnlyList<CalculatedField>, IReadOnlyCollection<CalculatedField>, IEnumerable<CalculatedField>, IEnumerable
Constructors
CalculatedFieldCollection()
Declaration
public CalculatedFieldCollection()
Methods
AddRange(IEnumerable<CalculatedField>)
Declaration
public void AddRange(IEnumerable<CalculatedField> fields)
Parameters
System.Collections.Generic.IEnumerable<CalculatedField>
fields
|