Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an expression that evaluates to the variant of the digit format to use.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property NumeralVariant As ReportIntProperty
Get
'Usage
Dim instance As StyleBase
Dim value As ReportIntProperty
value = instance.NumeralVariant
public abstract ReportIntProperty NumeralVariant { get; }
public:
virtual property ReportIntProperty^ NumeralVariant {
ReportIntProperty^ get () abstract;
}
abstract NumeralVariant : ReportIntProperty
abstract function get NumeralVariant () : ReportIntProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the variant of the digit format to use.
Hinweise
Currently defined values are as follows:
1: default, follow Unicode context rules
2: 0123456789
3: traditional digits for the script as defined in GDI+. 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
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace