Adds the specified Aggregate 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 Aggregate Add(
	Aggregate value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As Aggregate _
) As Aggregate
Visual C++
public:
Aggregate^ Add(
	Aggregate^ value
)

See Also