Freigeben über


SearchCondition-Klasse

Represents the properties of an item for which to search in the report server database.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SearchCondition _
    Inherits Property
'Usage
Dim instance As SearchCondition
[SerializableAttribute]
public class SearchCondition : Property
[SerializableAttribute]
public ref class SearchCondition : public Property
[<SerializableAttribute>]
type SearchCondition =  
    class
        inherit Property
    end
public class SearchCondition extends Property

Hinweise

A SearchCondition object is passed as input to the FindItems method.

Vererbungshierarchie

System. . :: . .Object
  ReportService2005. . :: . .Property
    ReportService2005..::..SearchCondition

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.