[]
        
(Showing Draft Content)

C1.Report.CalculatedFieldCollection

CalculatedFieldCollection Class

Represents a collection of CalculatedField objects.

Inheritance
OwnedCollectionBase<CalculatedField>
OwnedCollection<CalculatedField>
NamedCollection<CalculatedField>
CalculatedFieldCollection
Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class CalculatedFieldCollection : ReportNamedCollection<CalculatedField>, IList<CalculatedField>, ICollection<CalculatedField>, IList, ICollection, IReadOnlyList<CalculatedField>, IReadOnlyCollection<CalculatedField>, IEnumerable<CalculatedField>, IEnumerable
Public Class CalculatedFieldCollection
    Inherits ReportNamedCollection(Of CalculatedField)
    Implements IList(Of CalculatedField), ICollection(Of CalculatedField), IList, ICollection, IReadOnlyList(Of CalculatedField), IReadOnlyCollection(Of CalculatedField), IEnumerable(Of CalculatedField), IEnumerable

Properties

Name Description
Owner

Gets the DataSource object owning this collection.

Report

Gets the FlexReport object owning this collection.

Methods

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