Gets data grouping settings

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

Syntax

C#
public List<GroupBand> Groups { get; }
Visual Basic (Declaration)
Public ReadOnly Property Groups As List(Of GroupBand)
Visual C++
public:
property List<GroupBand^>^ Groups {
	List<GroupBand^>^ get ();
}

See Also