IGroup CreateGroup( string name, bool isActive, bool shownInReport, ICollection<IQuery> childQueries, ICollection<IGroup> childGroups )
Parameters
- name
 - The group name.
 - isActive
 - The group activation.
 - shownInReport
 - A boolean value that indicates whether all child rules and queries of this group are shown in report. In Queries Explorer panel, such group is highlighted in a orange box.
 - childQueries
 - A collection of child queries.
 - childGroups
 - A collection of child groups.
 
