Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Represents the properties of an item for which to search in the report server database or SharePoint library.
Hierarquia de herança
System.Object
ReportService2010.SearchCondition
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<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
O tipo SearchCondition expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
SearchCondition | Initializes a new instance of the SearchCondition class. |
Início
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
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. |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Comentários
A SearchCondition object is passed as input to the FindItems method.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
.gif)
.gif)
.gif)