言語

Style.NumeralLanguage プロパティ

定義

主言語で説明される数字形式に評価される式を得ます。 どんな言語でも合法です。 デフォルトは言語プロパティです。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportStringProperty ^ NumeralLanguage { Microsoft::ReportingServices::OnDemandReportRendering::ReportStringProperty ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty NumeralLanguage { get; }
member this.NumeralLanguage : Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
Public Overrides ReadOnly Property NumeralLanguage As ReportStringProperty

プロパティ値

ReportStringPropertyのオブジェクトで、その言語で記述される数字形式を表すものです。

適用対象