ReportParameter.Values 屬性
取得包含一個或多個參數值的 String 物件集合。
命名空間: 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 物件。