2.3.1 Report.MustUnderstand

Applies to RDL 2016/01

The Report.MustUnderstand attribute specifies a whitespace delimited list of XML prefixes that reference XML namespaces that the report server MUST be able to process in order for the RDL document to be read. If this element is present, its value MUST be a whitespace delimited list ([XMLSCHEMA2] section 2.5.1.2) of tokens ([XMLSCHEMA2] section 3.3.2).

The following is the parent element of the Report.MustUnderstand attribute.

Parent elements

Report

The following is the XML Schema definition of the Report.MustUnderstand attribute.

 <xsd:attribute name="MustUnderstand" type="MustUnderstandType">
     <xsd:simpleType>
         <xsd:list itemType="xsd:token" />
     </xsd:simpleType>
 </xsd:attribute>