2.286 Actions

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The Actions element specifies the Action elements for a report item. The Actions element is optional.

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

Parent elements

ActionInfo

Child elements

Actions.Action

The following is the XML Schema definition of the Actions element in RDL 2008/01.

 <xsd:complexType name="ActionsType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Action" type="ActionType" minOccurs="1" 
                  maxOccurs="unbounded" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the Actions element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ActionsType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Action" type="ActionType" minOccurs="1" 
                  maxOccurs="unbounded" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>