ReportGroupParentGroups Property |
Gets all the parent groups of this group in top-down order.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<ReportGroup> ParentGroups { get; }
Public ReadOnly Property ParentGroups As IList(Of ReportGroup)
Get
public:
property IList<ReportGroup^>^ ParentGroups {
IList<ReportGroup^>^ get ();
}
member ParentGroups : IList<ReportGroup> with get
Property Value
Type:
IListReportGroup
The parent groups.
See Also