Value プロパティ
パラメーターの値を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Value As Object
Get
'使用
Dim instance As ReportParameter
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
member Value : Object
function get Value () : Object
プロパティ値
型: System. . :: . .Object
パラメーターに割り当てられる値を表す object です。