2.85.3 Grouping.DataCollectionName

Applies to RDL 2003/10 and RDL 2005/01

The Grouping.DataCollectionName element specifies the name to use for the data element in a data rendering that is the collection of all instances of this Grouping. This element is optional.

If this element is present, its value MUST be a CLS-compliant identifier [UTR15]. If this element is not present, its value is interpreted as the string that is the concatenation of the value of Grouping.DataElementName and the string "_Collection". If Grouping.DataElementName is not specified, its default value is used. In this case, the string that is the concatenation of the value of Grouping.Name and the string "_Collection" is used as the default value of Grouping.DataCollectionName.

Following is the parent element of the Grouping.DataCollectionName element.

Parent elements

Grouping

The following is the XML Schema definition of the Grouping.DataCollectionName element.          

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