2.325.14 DataSet.CollationCulture

Applies to RDL 2011/01

The DataSet.CollationCulture element specifies the locale to use for the collation sequence for sorting data. The DataSet.CollationCulture element is optional. If this element is present, its value MUST be a ReportLanguage. If this element is present, it MUST NOT be an expression. The DataSet.CollationCulture element MUST NOT be specified if DataSet.Collation is present. If the DataSet.CollationCulture element is not present, the collation sequence is determined by the DataSet.Collation element.

Following is the parent element of the DataSet.CollationCulture element.

Parent elements

DataSet

The following is the XML Schema definition of the DataSet.CollationCulture element.

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