SearchCondition.Values 属性

Gets or sets values the values to search for in the searchable property.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property Values As String()
    Get 
    Set
用法
Dim instance As SearchCondition 
Dim value As String()

value = instance.Values

instance.Values = value
public string[] Values { get; set; }
public:
property array<String^>^ Values {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Values : string[] with get, set
function get Values () : String[]
function set Values (value : String[])

属性值

类型:array<System.String[]
A string array that represent the values to search for in the searchable property.

注释

The size of the array the string format depend on the value of Condition:

请参阅

参考

SearchCondition 类

ReportService2010 命名空间