2.293.17 Style.FontStyle

The Style.FontStyle element specifies the font size 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 font style, which is the same as "Normal".

Normal: Specifies that the font is not italicized.

Italic: Specifies that the font is italicized.

If the Style.FontStyle element is not present, its value is interpreted as "Default".

If the grandparent element of the Style.FontStyle element is not TextRun, Chart, Textbox, TextRun, ChartTitle, ChartLegend, ChartLegendTitle, ChartAxis, Axis, ChartAxisTitle, Title, ChartDataLabel, ChartStripLine, ScaleLabels, CustomLabel, or PinLabel, the Style.FontStyle element is ignored.

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

Parent elements

Style

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

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