Initializes a new instance of the SortExpressionCollection class.

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

Syntax

C#
public SortExpressionCollection(
	ICollectionOwner owner
)
Visual Basic
Public Sub New ( _
	owner As ICollectionOwner _
)

Parameters

owner
Type: ICollectionOwner
The owner of the current collection.

See Also