다음을 통해 공유


Style.NumeralVariant 속성

Gets an expression that evaluates to the variant of the digit format to use.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public Overrides ReadOnly Property NumeralVariant As ReportIntProperty 
    Get
‘사용 방법
Dim instance As Style 
Dim value As ReportIntProperty 

value = instance.NumeralVariant
public override ReportIntProperty NumeralVariant { get; }
public:
virtual property ReportIntProperty^ NumeralVariant {
    ReportIntProperty^ get () override;
}
abstract NumeralVariant : ReportIntProperty 
override NumeralVariant : ReportIntProperty
override function get NumeralVariant () : ReportIntProperty

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the variant of the digit format to use.

주의

Currently defined values are:

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

참고 항목

참조

Style 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스