次の方法で共有


ReportParameterInstance.Values プロパティ

パラメーターの値 (複数) を取得します。

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

構文

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

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

プロパティ値

型: System.Collections.ObjectModel.ReadOnlyCollection<Object>
パラメーターの値 (複数) を含む [System.Collections.ObjectModel.ReadOnlyCollection`1] オブジェクト。

関連項目

参照

ReportParameterInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間