次の方法で共有


ReportStringProperty.Value プロパティ

レポートの文字列プロパティの string 値を取得します。

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

構文

'宣言
Public ReadOnly Property Value As String 
    Get
'使用
Dim instance As ReportStringProperty 
Dim value As String 

value = instance.Value
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
member Value : string
function get Value () : String

プロパティ値

型: System.String
レポートの文字列プロパティの値。

説明

レポートの文字列プロパティに式が含まれている場合は、基本クラスの IsExpression プロパティが true に設定され、基本クラスの ExpressionString プロパティに式の文字列が含まれています。

関連項目

参照

ReportStringProperty クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間