Gets groups collection.

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

Syntax

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

See Also