2.204.5 StateIndicator.Left

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The StateIndicator.Left element specifies the distance from the left as a percentage of the StateIndicator.ParentItem. If StateIndicator.ParentItem is not specified, the value of the StateIndicator.Left element is interpreted relative to the left of the GaugePanel.

The StateIndicator.Left element is optional. This element is ignored if it is present in any schema version prior to RDL 2010/01. However, its data type is validated, and the value MUST be a Float ([XMLSCHEMA2] section 3.2.4) or an expression that evaluates to a Float. If the GaugePanel.AutoLayout property for the StateIndicator.Left element’s parent GaugePanel element is set to true, the StateIndicator.Left element is ignored. If the StateIndicator.Left element is not present, its value is interpreted as 0.

The following is the parent element of the StateIndicator.Left element.

Parent elements

StateIndicator

The following is the XML Schema definition of the StateIndicator.Left element.

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