次の方法で共有


StyleBase.NumeralVariant プロパティ

使用する数字形式の変化形に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property NumeralVariant As ReportIntProperty 
    Get
'使用
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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
使用する数字形式の変化形を表す ReportIntProperty オブジェクト。

説明

現在定義されている値は、次のとおりです。

1: 既定値、Unicode コンテキスト ルールに従います。

2: 0123456789

3 : GDI+ で定義されている、スクリプトの従来の数字です。 (現在サポートされているのは、ar | bn | bo | fa | gu | hi | kn | kok | lo | mr | ms | or | pa | sa | ta | te | th | ur および variants)。

4 : ko、ja、zh-CHS、zh-CHT のみ

5 : ko、ja、zh-CHS、zh-CHT のみ

6 : ko、ja、zh-CHS、zh-CHT のみ [通常の数字のワイド バージョン]

7 : ko のみ

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間