2.6.7 ReportSection.LayoutDirection
Applies to RDL 2012/01
The ReportSection.LayoutDirection element specifies the layout direction to use for a ReportSection. The ReportSection.LayoutDirection attribute is optional. If the ReportSection.LayoutDirection element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is one of the following:
LTR: Specifies that the layout for the ReportSection is left to right. This is the default value.
RTL: Specifies that the layout for the ReportSection is right to left.
If the ReportSection element is not present, its value is interpreted as "LTR".
Note The "RTL" layout-direction value can be specified only when using the RDL 2010/01 macro-versioned schema with the addition of the RDL 2012/01 micro-versioned schema.
Following is the parent element of the ReportSection.LayoutDirection element.
Parent elements |
---|
ReportSection |
The following is the XML Schema definition of the ReportSection.LayoutDirection element.
-
<xsd:element name="LayoutDirection"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="LTR"/> <xsd:enumeration value="RTL"/> </xsd:restriction> </xsd:simpleType> </xsd:element>