[]
        
(Showing Draft Content)

C1.WPF.FlexReport.CalculatedFieldCollection

CalculatedFieldCollection Class

Represents a collection of CalculatedField objects.

Inheritance
OwnedCollectionBase<CalculatedField>
OwnedCollection<CalculatedField>
NamedCollection<CalculatedField>
CalculatedFieldCollection
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class CalculatedFieldCollection : ReportNamedCollection<CalculatedField>, IList<CalculatedField>, ICollection<CalculatedField>, IList, ICollection, IReadOnlyList<CalculatedField>, IReadOnlyCollection<CalculatedField>, IEnumerable<CalculatedField>, IEnumerable

Properties

Name Description
Owner

Gets the DataSource object owning this collection.

Report

Gets the C1FlexReport object owning this collection.

Methods

Name Description
InsertItem(int, CalculatedField)
RemoveItem(int)
SetItem(int, CalculatedField)