This topic has not yet been rated - Rate this topic

ConditionEnum Enumeration

Describes the type of comparison to perform between a SearchCondition object and the properties and values of items in the report server database or SharePoint library.

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

[SerializableAttribute]
public enum ConditionEnum
Member name Description
Contains Searches on any part of the item's property value that contains the search condition.

This value can be used to search the following CatalogItem properties: Name, CreatedBy, and ModifiedBy.

Equals Searches for an exact match of the item property and value to the SearchCondition object.

This value can be used to search all item properties, as well as the ComponentID and SubType metadata in the ItemMetadata property.

In Searches for a match in a set of possible values.

This value can be used to search the following CatalogItem properties: Name, CreatedBy, CreationDate, ModifiedBy, ReportServices2010.CatalogItem.ModifiedDate, and ReportServices2010.CatalogItem.TypeName, as well as the ComponentID and SubType metadata in the ItemMetadata property.

Between Searches for a date value between two dates.

This value can be used to search the following CatalogItem properties: CreationDate and ReportServices2010.CatalogItem.ModifiedDate.

Use the ConditionEnum enumeration with the Condition property of the SearchCondition class.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ