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