2.293.33 Style.TextDecoration

The Style.TextDecoration element specifies any special text formatting for text in 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 formatting, which is the same as "None".

None: Specifies that there is no text formatting.

Underline: Specifies that the text is underlined.

Overline: Specifies that the text has an overline.

LineThrough: Specifies that the text has a strikethrough.

If the Style.TextDecoration element is not present, its value is interpreted as "Default". If the grandparent element of the Style.TextDecoration element is not TextRun, Textbox, Subtotal, ChartTitle, ChartLegend, ChartLegendTitle, ChartAxis, Axis, ChartAxisTitle, Title, ChartDataLabel, or ChartStripLine, the Style.TextDecoration element is ignored.

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

Parent elements

Style

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

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