SearchCondition Class
Represents the properties of an item for which to search in the report server database or SharePoint library.
Assembly: ReportService2010 (in ReportService2010.dll)
| Name | Description | |
|---|---|---|
![]() | SearchCondition() | Initializes a new instance of the SearchCondition class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


