次の方法で共有


ReportParameter.Values プロパティ

 

発行: 2016年4月

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

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

構文

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

プロパティ値

Type: System.Collections.Specialized.StringCollection

StringCollection オブジェクト。

参照

ReportParameter クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る