2.288 Drillthrough

The Drillthrough element specifies properties for a Report that are executed by clicking the containing report item that is associated with an Action.Drillthrough element.

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

Parent elements

Action

Child elements

Drillthrough.Parameters

Drillthrough.ReportName

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

 <xsd:complexType name="DrillthroughType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="ReportName" type="xsd:string" />
     <xsd:element name="Parameters" type="ParametersType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>