| ReportGroupGroups Property  | 
 
            Gets the collection of child groups.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
 Syntax
Syntaxpublic IList<ReportGroup> Groups { get; }Public ReadOnly Property Groups As IList(Of ReportGroup)
	Get
public:
property IList<ReportGroup^>^ Groups {
	IList<ReportGroup^>^ get ();
}member Groups : IList<ReportGroup> with get
Property Value
Type: 
IListReportGroup
            The child groups.
            
 See Also
See Also