MeasureSortingByHierarchyLevelIgnoreHierarchyGroupings Property |
Gets a value indicating whether the current and higher hierarchy groupings are ignored for sorting purposes.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IgnoreHierarchyGroupings { get; }Public ReadOnly Property IgnoreHierarchyGroupings As Boolean
Get
public:
property bool IgnoreHierarchyGroupings {
bool get ();
}member IgnoreHierarchyGroupings : bool with get
Property Value
Type:
Boolean if hierarchy groupings are ignored; otherwise,
.
See Also