2.141.12 ChartDataPoint.DataSetName

Applies to RDL 2011/01

The ChartDataPoint.DataSetName element specifies which DataSet to use for a ChartDataPoint. The ChartDataPoint.DataSetName element is optional and MUST NOT be specified more than once.

If the ChartDataPoint.DataSetName element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is a CLS-compliant identifier [UTR15]. If this element is not present, its value is interpreted as the DataSetName of the containing scope. The ChartDataPoint.DataSetName element MUST be specified unless all containing scopes have the same DataSet. The ChartDataPoint.DataSetName element is ignored if the DataSet for this ChartDataPoint is the same as the DataSet for all containing scopes.<29><30>

Following is the parent element of the ChartDataPoint.DataSetName element.

Parent elements

ChartDataPoint

The following is the XML Schema definition of the ChartDataPoint.DataSetName element.

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