2.62 SelectedItems

The SelectedItems element specifies a collection of references by name to Expression elements whose value determines what data is drilled into and displayed to the user.

The SelectedItems element MUST contain at least one SelectedItems.SelectedItemName element and can contain more.

The SelectedItems element MUST contain a reference to a single grouping expression, or a collection of references to expressions that are all in the same MeasureGroup or in the same Details collection.

The following are the parent and child elements of the SelectedItems element.

Parent elements

DrillthroughContext

Child elements

SelectedItems.SelectedItemName

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

 <xsd:complexType name="SelectedItemsType">
   <xsd:sequence>
     <xsd:element name="SelectedItemName" type="NonEmptyString" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>