Survey Tabulation > UNICOM Intelligence Reporter - Survey Tabulation reference > Tables XML schema > Style element
 
Style element
Attributes for Style
Image
Use: optional
Valid values: string
ImagePosition
Use: optional
Valid values: Left, Right, Top, Bottom, ImageOnly
XML representation
<xs:element name="Style">
  <xs:attribute name="Image" type="xs:string" use="optional"/>
  <xs:attribute name="ImagePosition" type="ImagePositionConstants" use="optional" default="Left">
    <xs:enumeration value="Left"/>
    <xs:enumeration value="Right"/>
    <xs:enumeration value="Top"/>
    <xs:enumeration value="Bottom"/>
    <xs:enumeration value="ImageOnly"/>
  </xs:attribute>
</xs:element>
Parent elements
Element element
See also
Tables XML schema