2.15.8 Subreport.DocumentMapLabel

The Subreport.DocumentMapLabel element specifies a label to identify a Subreport within the client UI in order to provide a user-friendly label for searching. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. If the expression evaluates to null, an item for the subreport MUST NOT be added to the document map. The Subreport.DocumentMapLabel element MUST NOT be used within a subreport that is contained within a PageSection or a PageHeaderFooter.

Following is the parent element of the Subreport.DocumentMapLabel element.

Parent elements

Subreport

The following is the XML Schema definition of the Subreport.DocumentMapLabel element.

 <xsd:element name="DocumentMapLabel" type="StringLocIDType" minOccurs="0" />

In RDL 2003/10 and RDL 2005/01, the Subreport.DocumentMapLabel element is called Subreport.Label. The following is the XML Schema definition of the Subreport.Label element.

 <xsd:element name="Label" type="xsd:string" minOccurs="0" />