NumeralVariant Element
SQL Server 2000
NumeralVariant Element
Specifies the language variant to use to format numbers.
<Style> ... <NumeralVariant>...</NumeralVariant> ... </Style>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data type and length | Integer |
| Default value | 1 |
| Cardinality | 0-1: Optional element that can occur once or not at all |
Element Relationships
| Relationship | Element |
|---|---|
| Parent element | Style |
| Child element | None |
Remarks
The NumeralVariant element contains one of the values listed in the following table.
| Value | Description |
|---|---|
| 1 | Follow Unicode context rules |
| 2 | 0123456789 |
| 3 | Traditional digits. Currently supported for ar, bn, bo, fa, gu, hi, kn, kok, lo, mr, ms, or, pa, sa, ta, te, th, ur, and variants. |
| 4 | ko, ja, zh-CHS, zh-CHT only |
| 5 | ko, ja, zh-CHS, zh-CHT only |
| 6 | ko, ja, zh-CHS-zh-CHT only (wide versions of regular digits) |
| 7 | ko only |
NumeralVariant applies only to the items textbox and subtotal. NumeralVariant does not apply to the items line, rectangle, image, subreport, list, matrix, table, chart, and body.
