Initializes a new instance of the Aggregate class, assigning the name of the aggregate.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Aggregate(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::..String
A string assigned to the Name of this aggregate.

See Also