Open this page in the API Guide

UserHierarchy.AllMember Property

Gets the "All Values Grouped" member when the hierarchy is aggregatable; otherwise it return null.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IHierarchyMember AllMember { get; }

Property Value

Type: IHierarchyMember

Implements

IHierarchy.AllMember
See Also