次の方法で共有


ReportParameterInfo.Values プロパティ

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

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Public ReadOnly Property Values As IList(Of String)
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As IList(Of String)

value = instance.Values
public IList<string> Values { get; }
public:
property IList<String^>^ Values {
    IList<String^>^ get ();
}
member Values : IList<string>
function get Values () : IList<String>

プロパティ値

型: System.Collections.Generic.IList<String>
読み取り専用の文字列値の一覧。

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WebForms 名前空間