2.85.8 Grouping.Label
Applies to RDL 2003/10 and RDL 2005/01
The Grouping.Label element specifies a document map label with which to identify a Grouping in a rendered Report. This element is optional.
If the Grouping.Label 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 returns NULL, no item is added to the document map. This element is ignored if the group is contained within a page header or page footer.
Following is the parent element of the Grouping.Label element.
Parent elements |
---|
Grouping |
The following is the XML Schema definition of the Grouping.Label element.
-
<xsd:element name="Label" type="xsd:string" minOccurs="0" />