GroupingHierarchyIsSubHierarchyUsed Property  | 
 
            Gets a value indicating whether the grouping hierarchy used is a replacement for a data element.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsSubHierarchyUsed { get; }Public ReadOnly Property IsSubHierarchyUsed As Boolean
	Get
public:
property bool IsSubHierarchyUsed {
	bool get ();
}member IsSubHierarchyUsed : bool with get
Property Value
Type: 
BooleanA value indicating whether a grouping hierarchy.
See Also