NumeralVariant Element (RDL)
Specifies the language variant to use to format numbers.
Sintaxis
<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 |
|
Child element |
None |
Notas
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 language codes: 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 textbox and subtotal report items.
Vea también
Referencia
Report Definition XML Elements