PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / Aggregate Constructor / Aggregate Constructor(String,String,C1DataBinding,RunningEnum,AggregateFuncEnum)
A string assigned to the C1.C1Preview.NamedCollectionItem.Name property of this aggregate.
A string assigned to the ExpressionText property of this aggregate.
C1DataBinding assigned to the DataBinding property of this aggregate.
A value assigned to the Running property of this aggregate.
A value assigned to the Func property of this aggregate.

In This Topic
    Aggregate Constructor(String,String,C1DataBinding,RunningEnum,AggregateFuncEnum)
    In This Topic
    Initializes a new instance of the Aggregate class, assigning the name, expression, data binding, scope and function of the aggregate.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal expressionText As String, _
       ByVal dataBinding As C1DataBinding, _
       ByVal running As RunningEnum, _
       ByVal func As AggregateFuncEnum _
    )
    public Aggregate( 
       string name,
       string expressionText,
       C1DataBinding dataBinding,
       RunningEnum running,
       AggregateFuncEnum func
    )

    Parameters

    name
    A string assigned to the C1.C1Preview.NamedCollectionItem.Name property of this aggregate.
    expressionText
    A string assigned to the ExpressionText property of this aggregate.
    dataBinding
    C1DataBinding assigned to the DataBinding property of this aggregate.
    running
    A value assigned to the Running property of this aggregate.
    func
    A value assigned to the Func property of this aggregate.
    See Also