Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class
Properties Methods


In This Topic
    Aggregate Class Members
    In This Topic

    The following tables list the members exposed by Aggregate.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the data binding providing data over which the current aggregate is calculated.  
    Public PropertyGets the Expression object used to calculate the value of the current aggregate.  
    Public PropertyGets or sets the text of the Expression object used to calculate the value of the current aggregate.  
    Public PropertyGets or sets the function (min, max, average and so on) calculated by the current aggregate.  
    Public PropertyGets or sets a value indicating whether null values should be ignored when the current aggregate is calculated.  
    Public PropertyGets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown. (Inherited from C1.C1Preview.NamedCollectionItem)
    Public PropertyGets the AggregateCollection containing the current aggregate.  
    Public PropertyGets or sets a RunningEnum value determining the scope of the current aggregate: whether it is calculated over all records, or separately for each group.  
    Public PropertyGets the value of the current aggregate, calculating it if it has not been calculated yet (the calculated value is cached).  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another Aggregate to the current object.  
    Public MethodCreates a copy of the current C1.C1Preview.NamedCollectionItem object. Note that the C1.C1Preview.NamedCollectionItem.Owner property is not copied to the new object. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Sets the name of the current Aggregate.  
    Protected MethodFor internal use. (Inherited from C1.C1Preview.NamedCollectionItem)
    Top
    See Also