2.60 DrillthroughContext

The DrillthroughContext element specifies the value of an optional DrillthroughContext parameter that identifies additional filter information for the query specified by the DrillthroughSourceQuery parameter. The value of the DrillthroughContext parameter is a DrillthroughContext element and the value of the DrillthroughSourceQuery parameter is a SemanticQuery element. The DrillthroughContext.GroupingValues and DrillthroughContext.SelectedItems child elements of the DrillthroughContext element contain references to the Groupings, Measures, and Details elements of the SemanticQuery element specified by the DrillthroughSourceQuery parameter. The DrillthroughContext element is in the SMDL namespace as a top-level element.

The following are the child elements of the DrillthroughContext element.

Child elements

DrillthroughContext.GroupingValues

DrillthroughContext.SelectedItems

DrillthroughContext.SelectedPath

The following is the XML Schema definition of the DrillthroughContext element.          

 <xsd:element name="DrillthroughContext">
   <xsd:complexType>
     <xsd:all>
       <xsd:element name="SelectedItems" type="SelectedItemsType" />
       <xsd:element name="SelectedPath" type="SelectedPathType" minOccurs="0" />
       <xsd:element name="GroupingValues" type="GroupingValuesType" minOccurs="0">
         <xsd:unique name="GroupingNames">
           <xsd:selector xpath=".//*" />
           <xsd:field xpath="@Name" />
         </xsd:unique>
       </xsd:element>
     </xsd:all>
   </xsd:complexType>
 </xsd:element>