VSView Reporting Edition Reference > VSReport Control > VSReport Properties > Groups Property |
Returns the current report's Groups collection.
val% = [form!]VSReport.Groups
The Groups collection contains all Group objects defined in the current report. The collection has the following methods and properties:
Item |
Returns a Group object, indexed by position or by name. |
Count |
Returns a count of all Group objects in the collection. |
Add |
Adds a Group object to the collection (and to the report). |
Remove |
Removes a Group object from the collection (and from the report). |
Removing a Group object from this collection also removes its associated header and footer sections, as well as any fields in those sections.
Adding a Group object to this collection also adds group header and footer sections to the report.
IGroupCollection