Gets and sets the current group.

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

Syntax

C#
public Object Group { get; set; }
Visual Basic (Declaration)
Public Property Group As Object
Visual C++
public:
property Object^ Group {
	Object^ get ();
	void set (Object^ value);
}

See Also