次の方法で共有


ReportParameter.Values プロパティ

パラメーターの 1 つまたは複数の値を含む文字列オブジェクトのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property Values As StringCollection
    Get
'使用
Dim instance As ReportParameter
Dim value As StringCollection

value = instance.Values
public StringCollection Values { get; }
public:
property StringCollection^ Values {
    StringCollection^ get ();
}
member Values : StringCollection
function get Values () : StringCollection

プロパティ値

型: System.Collections.Specialized.StringCollection
StringCollection オブジェクト。

関連項目

参照

ReportParameter クラス

Microsoft.Reporting.WinForms 名前空間