Clase SearchCondition
Represents the properties of an item for which to search in the report server database or SharePoint library.
Jerarquía de herencia
System.Object
ReportService2010.SearchCondition
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class SearchCondition
'Uso
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition
[SerializableAttribute]
public ref class SearchCondition
[<SerializableAttribute>]
type SearchCondition = class end
public class SearchCondition
El tipo SearchCondition expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SearchCondition | Initializes a new instance of the SearchCondition class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Condition | Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database. | |
ConditionSpecified | Indicates whether the Condition property is specified. | |
Name | Gets or sets the name of the searchable property in CatalogItem. | |
Values | Gets or sets values the values to search for in the searchable property. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
A SearchCondition object is passed as input to the FindItems method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.