NumeralLanguage Element (RDL)
Specifies the language to use to format numbers.
Синтаксис
<Style>
...
<NumeralLanguage>...</NumeralLanguage>
...
</Style>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
String |
Default value |
Defaults to the value of the Language element. |
Cardinality |
0-1: Optional element that can occurs once or not at all. |
Element Relationships
Relationship | Element |
---|---|
Parent element |
|
Child element |
None |
Замечания
The Language element is a sibling of NumeralLanguage. The Language element must contain an expression that evaluates to a language code as defined in the Internet Engineering Task Force (IETF) RFC1766 specification. The language code is a string composed of one or more parts. The first part is a two-character designation of the basic language. For example, "en" for English or "fr" for French. The second part is separated by a hyphen and designates the variation or dialect of the language. For example, "en-us" represents United States English.
NumeralLanguage applies only to textbox and subtotal report items.
См. также
Справочник
Report Definition XML Elements