获取包含一个或多个参数值的 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 对象。