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