Gets a aggrgate groups collection.

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

Syntax

C#
public AggregateGroupCollection Groups { get; }
Visual Basic (Declaration)
Public ReadOnly Property Groups As AggregateGroupCollection
Visual C++
public:
property AggregateGroupCollection^ Groups {
	AggregateGroupCollection^ get ();
}

See Also