次の方法で共有


ReportParameter.Values プロパティ

複数値のレポート パラメーターの値を取得します。

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

構文

'宣言
Public ReadOnly Property Values As Object()
    Get
'使用
Dim instance As ReportParameter 
Dim value As Object()

value = instance.Values
public Object[] Values { get; }
public:
property array<Object^>^ Values {
    array<Object^>^ get ();
}
member Values : Object[]
function get Values () : Object[]

プロパティ値

型: array<System.Object[]
レポート パラメーター値を表す object 配列です。

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.ReportRendering 名前空間