Compartir a través de


SearchCondition.Values Propiedad

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

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property Values As String()
    Get 
    Set
'Uso
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[])

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

SearchCondition Clase

Espacio de nombres ReportService2010