2.163.17 GaugePanel.DataSetName
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The GaugePanel.DataSetName element specifies the name of the DataSet to use to bind data to a GaugePanel. The GaugePanel.DataSetName element MUST be present if there is not exactly one and only one DataSets.DataSet instance contained within the associated Report. If there is only one Datasets.Dataset element in the entire report, the GaugePanel.DataSetName element is optional; that dataset will be used. The value of this element MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.
If the GaugePanel has an ancestor, the value of the GaugePanel.DataSetName element is interpreted as the DataSet.Name for the containing scope (DataRegion, Group, or Cell).<33>
The following is the parent element of the GaugePanel.DataSetName element.
Parent elements |
---|
GaugePanel |
The following is the XML Schema definition of the GaugePanel.DataSetName element.
-
<xsd:element name="DataSetName" type="xsd:string" minOccurs="0">