<rowHierarchyUsage>
(Row OLAP Hierarchies)
Represents a references to an OLAP Hierarchy on the row axis of a PivotTable.
example:
<sh:rowHierarchyUsage hierarchyUsage="9"/>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the reference to an OLAP hierarchy in a PivotTable. The possible values for this attribute are defined by the XML Schema int datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_HierarchyUsage">
<attribute name="hierarchyUsage" type="xsd:int" use="required"/>
</complexType>