2.293.34 Style.TextEffect

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

The Style.TextEffect element specifies an effect to apply to the text within a report item. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Default: Specifies the default text effect, which is the same as "None".

None: Specifies that no special effect is applied to the text.

Shadow: Specifies that the text has a shadow.

Emboss: Specifies that the text is embossed.

Embed: Specifies that the text has an embedded effect.

Frame: Specifies that a frame is added around the text.

If the Style.TextEffect element is not present, its value is interpreted as "Default". If the grandparent element of this element is not ChartTitle, the Style.TextEffect element is ignored.

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

Parent elements

Style

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

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