ReportParameter.Values 屬性
取得包含一個或多個參數值的 string 物件集合。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.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 物件。