2.293.16 Style.FontSize

The Style.FontSize element specifies the font size for text in a report item. This element is optional. If this element is present, its value MUST be an RdlSize or an expression that evaluates to an RdlSize. If the Style.FontSize element is not present, its value is interpreted as 10pt. The value of the Style.FontSize element MUST NOT be a size that is greater than 200 pt or the equivalent. The value of this element MUST NOT be a size that is less than 1 pt or the equivalent.

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

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

Parent elements

Style

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

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