次の方法で共有


ReportParameter.Values プロパティ

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

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

構文

'宣言
Public ReadOnly Property Values As StringCollection
public StringCollection Values { get; }
public:
property StringCollection^ Values {
    StringCollection^ get ();
}
member Values : StringCollection with get
function get Values () : StringCollection

プロパティ値

型 : StringCollection
StringCollection オブジェクト。

参照

関連項目

ReportParameter クラス

Microsoft.Reporting.WinForms 名前空間