次の方法で共有


StyleBase.Language プロパティ

文字列の第一言語に評価される式を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
文字列の第一言語を表す ReportStringProperty オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間