ReportParameter.Values 屬性

取得包含一個或多個參數值的 String 物件集合。

命名空間:  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 命名空間