次の方法で共有


ExtensionParameter.Value プロパティ

拡張パラメーターの値を表す文字列です。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property Value As String 
    Get 
    Set
'使用
Dim instance As ExtensionParameter 
Dim value As String 

value = instance.Value

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

プロパティ値

型: System.String
読み取り専用の String です。

関連項目

参照

ExtensionParameter クラス

ReportService2005 名前空間