ReportParameterInstance.Value プロパティ

定義

パラメーターの値を取得します。

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

プロパティ値

パラメータのラベルを表す object です。

注釈

ReportParameterが多値パラメータであれば、この性質は最初の値を返します。

適用対象