2.69.24 Table.DetailDataCollectionName

Applies to RDL 2003/10 and RDL 2005/01

The Table.DetailDataCollectionName element specifies the name to use for the data element in a data rendering that is the collection of all instances of the detail data of an instance of this Table. This element is optional.

If the Table.DetailDataCollectionName 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 Table.DetailDataElementName and the string "_Collection". If Table.DetailDataElementName is not specified, its default value is used, and the string "Detail_Collection" is used as the default value of Table.DetailDataCollectionName if Table.DetailDataCollectionName is not specified.

If there is a grouping specified for the details, the Table.DetailDataCollectionName element is ignored and the value of Grouping.DataCollectionName is used for the name of the data element instead.

Following is the parent element of the Table.DetailDataCollectionName element.

Parent elements

Table

The following is the XML Schema definition of the Table.DetailDataCollectionName element.

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