3.1.4.51.3.1 BixAnalysis

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

The BixAnalysis type is a container describing the set of possible analysis operations, based on the selected cell in the PivotTable.

 <xs:complexType name="BixAnalysis" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="DrillContext" type="tns:BixDrillContext"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ExcludeHierarchies" type="tns:ArrayOfInt"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Context" type="tns:BixContext"/>
   </xs:sequence>
 </xs:complexType>

DrillContext:  The BixDrillContext describes the set of drill analysis operations and context, as described in section 3.1.4.51.3.2.

ExcludeHierarchies:  An array of PivotCache hierarchy identifiers which are excluded from the analysis operations.

Context:  The BixContext describes context information related to the selected cell in the PivotTable, as described in section 3.1.4.51.3.4.