Gets the aggregate with the specified name.

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

Syntax

C#
public Aggregate this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As Aggregate
	Get

Parameters

name
Type: System..::..String
The name of the aggregate.

Return Value

The Aggregate object with the specified Name, or an empty aggregate if an aggregate with the specified name was not found.

See Also