Enumerates aggregates by index.

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

Syntax

C#
public Aggregate this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Aggregate
	Get

Parameters

index
Type: System..::..Int32
Index of aggregate zero-based.

Return Value

Returns the Aggregate object at specified position.

See Also