次の方法で共有


StyleBase.NumeralLanguage プロパティ

第一言語による記述で使用する数字形式に評価される式を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property NumeralLanguage As ReportStringProperty 
    Get
'使用
Dim instance As StyleBase 
Dim value As ReportStringProperty 

value = instance.NumeralLanguage
public abstract ReportStringProperty NumeralLanguage { get; }
public:
virtual property ReportStringProperty^ NumeralLanguage {
    ReportStringProperty^ get () abstract;
}
abstract NumeralLanguage : ReportStringProperty
abstract function get NumeralLanguage () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
第一言語による記述で使用する数字形式を表す ReportStringProperty オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間