Adds the specified AggregateGroup to the end of the collection.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public AggregateGroup Add(
	AggregateGroup value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As AggregateGroup _
) As AggregateGroup
Visual C++
public:
AggregateGroup^ Add(
	AggregateGroup^ value
)

See Also