ReportParameter.Values 属性

获取包含一个或多个参数值的 string 对象的集合。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.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 对象。

请参阅

参考

ReportParameter 类

Microsoft.Reporting.WebForms 命名空间