2.293.36 Style.UnicodeBiDi

Applies to RDL 2003/10 and RDL 2005/01

The Style.UnicodeBiDi element specifies the level of embedding with respect to the bi-directional algorithm. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or expression that evaluates to one of the following:

Normal: Specifies that an additional level of embedding is not opened.

Embed: Specifies that an additional level of embedding is opened.

BiDi-Override: Specifies that an additional level of embedding is opened and that reordering is sequenced according to the direction. This value overrides the implicit bidirectional algorithm.

If the Style.UnicodeBiDi element is not present, its value is interpreted as "Normal". If the grandparent element of this element is not Textbox or Subtotal, the Style.UnicodeBiDi element is ignored.

Following is the parent element of the Style.UnicodeBiDi element.

Parent elements

Style

The following is the XML Schema definition of the Style.UnicodeBiDi element.

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