Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration ConditionEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum ConditionEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum class ConditionEnum
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
public enum ConditionEnum
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
public enum ConditionEnum
Members
Member name | Description |
---|---|
Contains | Searches on any part of the item's property value that contains the search condition. |
Equals | Searches for an exact match of the item property and value to the SearchCondition object. |
Remarks
Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace