2.168 GaugeImage

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

The GaugeImage element is ignored.

The following are the parent element, attribute, and child elements of the GaugeImage element.

Parent elements

GaugeImages

Attributes

GaugeImage.Name

Child elements

GaugeImage.ActionInfo

GaugeImage.Height

GaugeImage.Hidden

GaugeImage.Left

GaugeImage.ParentItem

GaugeImage.ToolTip

GaugeImage.Top

GaugeImage.Width

GaugeImage.ZIndex

GaugeImage.Angle

GaugeImage.MIMEType

GaugeImage.ResizeMode

GaugeImage.Source

GaugeImage.Transparency

GaugeImage.TransparentColor

GaugeImage.Value

The following is the XML Schema definition of the GaugeImage element in RDL 2008/01.

 <xsd:complexType name="GaugeImageType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <!--GaugePanelItemTypeStart-->
       <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
       <xsd:element name="ToolTip" type="xsd:string" minOccurs="0" />
       <xsd:element name="Top" type="xsd:string" minOccurs="0" />
       <xsd:element name="Left" type="xsd:string" minOccurs="0" />
       <xsd:element name="Height" type="xsd:string" minOccurs="0" />
       <xsd:element name="Width" type="xsd:string" minOccurs="0" />
       <xsd:element name="ZIndex" type="xsd:string" minOccurs="0" />
       <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
       <xsd:element name="ParentItem" type="xsd:string" minOccurs="0" />
       <!--GaugePanelItemTypeEnd-->
         <xsd:element name="Source" type="xsd:string" minOccurs="1" />
         <xsd:element name="Value" type="xsd:string" minOccurs="1" />
         <xsd:element name="MIMEType" type="xsd:string" minOccurs="0" />
         <xsd:element name="TransparentColor" type="xsd:string" minOccurs="0" />
         <xsd:element name="Transparency" type="xsd:string" minOccurs="0" />
         <xsd:element name="Angle" type="xsd:string" minOccurs="0" />
         <xsd:element name="ResizeMode" type="xsd:string" minOccurs="0" />
         <xsd:any namespace="##other" processContents="skip" />
       </xsd:choice>
       <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
       <xsd:anyAttribute namespace="##other" processContents="skip" />
     </xsd:complexType>

The following is the XML Schema definition of the GaugeImage element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="GaugeImageType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <!--GaugePanelItemTypeStart-->
       <xsd:element name="ActionInfo" type="ActionInfoType" minOccurs="0" />
       <xsd:element name="ToolTip" type="xsd:string" minOccurs="0" />
       <xsd:element name="Top" type="xsd:string" minOccurs="0" />
       <xsd:element name="Left" type="xsd:string" minOccurs="0" />
       <xsd:element name="Height" type="xsd:string" minOccurs="0" />
       <xsd:element name="Width" type="xsd:string" minOccurs="0" />
       <xsd:element name="ZIndex" type="xsd:string" minOccurs="0" />
       <xsd:element name="Hidden" type="xsd:string" minOccurs="0" />
       <xsd:element name="ParentItem" type="xsd:string" minOccurs="0" />
       <!--GaugePanelItemTypeEnd-->
         <xsd:element name="Source" type="xsd:string" minOccurs="1" />
         <xsd:element name="Value" type="xsd:string" minOccurs="1" />
         <xsd:element name="MIMEType" type="xsd:string" minOccurs="0" />
         <xsd:element name="TransparentColor" type="xsd:string" minOccurs="0" />
         <xsd:element name="Transparency" type="xsd:string" minOccurs="0" />
         <xsd:element name="Angle" type="xsd:string" minOccurs="0" />
         <xsd:element name="ResizeMode" type="xsd:string" minOccurs="0" />
         <xsd:any namespace="##other" processContents="lax" />
       </xsd:choice>
       <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
       <xsd:anyAttribute namespace="##other" processContents="lax" />
     </xsd:complexType>